You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Johan Compagner (Jira)" <ji...@apache.org> on 2023/01/05 09:30:00 UTC

[jira] [Created] (HTTPCORE-732) Is it onpurpose that content-length header is not set in http/2 mode?

Johan Compagner created HTTPCORE-732:
----------------------------------------

             Summary: Is it onpurpose that content-length header is not set in http/2 mode?
                 Key: HTTPCORE-732
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-732
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 5.1.4
            Reporter: Johan Compagner


see: [httpcomponents-core/H2RequestContent.java at master · apache/httpcomponents-core (github.com)|https://github.com/apache/httpcomponents-core/blob/master/httpcore5-h2/src/main/java/org/apache/hc/core5/http2/protocol/H2RequestContent.java#L82]

 

there 3 things are set, but not the content length.

(if protocol would be < 2 then super.process() would be called which would set it)

 

i know http/2 mode setting the content length is optional.  But some servers seems to really want it. And i think as long as the content-length is known upfront it shouldn't harm to set it right?

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org