Skip to content

Remove unnecessary interface modifiers.#44

Merged
trustin merged 1 commit intonetty:masterfrom
motlin:master
Nov 7, 2011
Merged

Remove unnecessary interface modifiers.#44
trustin merged 1 commit intonetty:masterfrom
motlin:master

Conversation

@motlin
Copy link
Copy Markdown
Contributor

@motlin motlin commented Nov 6, 2011

No description provided.

@trustin
Copy link
Copy Markdown
Member

trustin commented Nov 7, 2011

I actually like this commit. I prefer to remove any modifier that is redundant basically, but perhaps I was drunk or something when I commit those. :-)

trustin added a commit that referenced this pull request Nov 7, 2011
Remove unnecessary interface modifiers.
@trustin trustin merged commit 53b055f into netty:master Nov 7, 2011
@normanmaurer
Copy link
Copy Markdown
Member

lol :)

chrisvest pushed a commit to chrisvest/netty that referenced this pull request Apr 2, 2025
Motivation:

At the moment we basically only use `SSLException`, `SSLHandshakeException` and `IOException` for QUIC. It would be better to be a bit more fine-grained here to make it easier for people to understand why something failed. Covers netty#26.

Modifications:

* `QuicheException` that extends `IOException` and carries `QuicheError` error code.

Result:

Failure reason is transperent.
chrisvest pushed a commit to chrisvest/netty that referenced this pull request Apr 2, 2025
Motivation:

We should split up work to different workflows as it also make it easier to run the seperatly and also makes it easier to control things

Modifications:

Split build and deploy to different workflows

Result:

Easier to configure jobs
chrisvest pushed a commit to chrisvest/netty that referenced this pull request Apr 18, 2025
Motivation:

We should ensure the user doesnt try to send invalid GOAWAY frames

Modifications:

- Do some validation for server side.
- Add unit tests

Result:

Better validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants