https://bz.apache.org/bugzilla/show_bug.cgi?id=58437
--- Comment #2 from Javier Gusano Martinez <[email protected]> --- (In reply to Yann Ylavic from comment #1) > Not sure to follow here. > The request is HTTP/1.1, and so is to be the response. > That's after the connection is upgraded that HTTP/2.0 starts, Am I missing > something? Thanks for your answer. Probably I have not explained myself clearly... sorry. I'm trying to make this situation: https://tools.ietf.org/html/rfc7540#section-3.2 http/1.1 ---> (upgrade h2c) ---> http/2 The response from Apache should be the following: HTTP/1.1 101 Switching Protocols Connection: Upgrade Upgrade: h2c [ HTTP/2 connection ... At the moment, Apache only sends me the following response: [ 0.001] HTTP Upgrade response HTTP/1.1 200 OK It means that Apache does not support HTTP/2 on Clear Text (h2c). Then I'm not sure if I'm doing something wrong during my Apache installation/configuration or if it could be a bug. In reference to the support ticket place, I think that this is the correct place to put this post. According to Apache docummentation, "mod_h2" is a new Apache module for HTTP/2 support. http://httpd.apache.org/docs/trunk/mod/mod_h2.html Then if you think that this post should not be here, please, show me the correct place to publish it. Thanks! -- 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]
