connection - Can the HTTP version of response differ from the HTTP version of the request -
if use curl websites data sends packet header (with empty body): get / http/1.1 user-agent: curl/7.38.0 host: someurl.com accept: */* http version 1.1 used here. my question: happen server answers 200 ok response different http version. e.g.: http/1.0 200 ok ...