-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproduce problem with resources: create a html page with several images #115
Conversation
in our case, it was `IllegalStateException: unexpected message type: DefaultHttpResponse` in case of "304 Not Modified" and "404 Not Found" responses.
96f2cc9
to
c0596f2
Compare
Maybe nitpicking, but in commit "log the error when Netty failed to print out response" you wrote
It dies because the message is a Browsing HttpObjectEncodeer.encode() there are a few hints how these message types relate to states. |
There isn't much in the "New and noteworthy in 4.0" document, but it worth to read. And here is the referenced http snoop example: Package io.netty.example.http.snoop |
I registered an issue for |
No description provided.