What kind of issue is this?
Summary
Create a request to a http2 capable server, fire it off, and inspect the Response (there the protocol is set to "h2" as expected), and watch the interceptor log "http/1.1".
Failing test?
Looking further, this is a problem with how the logging interceptor should behave when the protocol version is unknown? Yeah, we can fix this.
Most helpful comment
Looking further, this is a problem with how the logging interceptor should behave when the protocol version is unknown? Yeah, we can fix this.