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
c07b0cac70
netty5
/
codec-http
/
src
History
Andrej Golovnin
c07b0cac70
Adds port to the host header value. Due to
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23
the port should be added if it differs from the default port. To simplify the code we just always add the port.
2013-06-25 11:07:14 +09:00
..
main/java/io/netty/handler
/codec
Adds port to the host header value. Due to
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23
the port should be added if it differs from the default port. To simplify the code we just always add the port.
2013-06-25 11:07:14 +09:00
test/java/io/netty/handler
/codec
Merge ChannelInboundConsumingHandler into SimpleChannelInboundHandler
2013-06-25 11:07:14 +09:00