You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/01 07:24:28 UTC

[GitHub] [trafficserver] maskit commented on issue #6262: POST without payload hangs if Content-Length: 0 is not set

maskit commented on issue #6262:
URL: https://github.com/apache/trafficserver/issues/6262#issuecomment-684511462


   I confirmed the inactive timeout on 9.0.0, though I'm not sure if we can call it a bug. [My comment on TS-2902](https://issues.apache.org/jira/browse/TS-2902?focusedCommentId=14100477&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14100477) sounds like it depends on implementation.
   
   The behavior (408) seems like to come from this code introduced by #3050:
   https://github.com/apache/trafficserver/blob/157be26c9872d55a0fde91da1986c69eb89cb5b8/proxy/http/HttpTransact.cc#L5436-L5439
   
   I'm not sure if there was a decision to make a request without CL an error. It could be a regression.
   
   I was able to get a response if I comment out these lines, but it may cause another issue.
   
   @shinrich @masaori335 Thoughts?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org