https://bz.apache.org/bugzilla/show_bug.cgi?id=66442
Bug ID: 66442
Summary: Data frame included in response for 204 No Content
status
Product: Tomcat 9
Version: 9.0.71
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Hi,
While investigating issue https://github.com/reactor/reactor-netty/issues/2664
where the server is Tomcat and the client is Reactor Netty, I'm observing that
Tomcat sends (the logs below are from the client side):
HEADERS: streamId=3 headers=DefaultHttp2Headers[:status: 204, date: Wed, 25 Jan
2023 07:46:07 GMT] padding=0 endStream=false
DATA: streamId=3 padding=0 endStream=true length=0 bytes=
I expect that for responses 204/304 Tomcat will send only HEADERS with
endStream=true as these kind of response are defined as "no content".
A reproducible example can be found in the linked issue above.
Regards,
Violeta
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]