You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for retrieving HTTP version of a request in HTTP listener (microsoft#565)
* Grab HTTP protocol version from the underlying request message and expose in http_request
* Use error_code overload to resolvemicrosoft#545
* Rename get_http_version and get_remote_address without 'get_' prefix for consistency with rest of class public interface
* Add test case for http_version
* Fix GCC "error: changes meaning of 'http_version'..." that should have been in commit:1ba5ebfd
* Use struct for http_version instead of pair.
* Restore get_remote_address to avoid breaking source compat
0 commit comments