arturobernalg commented on PR #581:
URL: 
https://github.com/apache/httpcomponents-core/pull/581#issuecomment-3630908649

   > 1. What kinds of timeouts are currently supported with HTTP/2?
   > 
   >     2. Is `H2Config` the correct place to put these options, since they 
are not conceptually specific to HTTP/2?
   
   At the moment we only expose connection-level timeouts (for example via 
IOReactorConfig socket and session timeouts); there is no existing notion of 
per-stream timeout in the HTTP/2 code.
   These new options are enforced entirely inside the HTTP/2 stream 
multiplexer, so they are scoped to HTTP/2 stream semantics and therefore live 
in H2Config.
   If we ever want similar per-message timeouts for other protocols, we can add 
a higher-level abstraction then without changing this API.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to