This website requires JavaScript.
Explore
Help
Sign In
andreacavalli
/
netty5
Watch
1
Star
0
Fork
0
You've already forked netty5
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2adebc4c54
netty5
/
codec-http
/
src
/
main
/
java
/
io
/
netty
/
handler
/
codec
History
Norman Maurer
2adebc4c54
[
#755
] SPDY: fix header block values truncation in decompression
2012-11-20 20:09:59 +01:00
..
http
The handshake handler should not handle the exception and simply close the socket. The exception should be propagated to the WebSocketServerProtocolHandler to send the appropriate response and then close the socket.
2012-11-20 10:00:28 +01:00
rtsp
Prefer "str".equals(var) to var.equals("str") / Add proper null checks
2012-11-12 08:59:54 +09:00
spdy
[
#755
] SPDY: fix header block values truncation in decompression
2012-11-20 20:09:59 +01:00