Closed slashmo closed 4 years ago
Due to the changes introduced in #146, when HTTPHeadersExtractor extracts no headers, it returns an empty string instead of nil, which may lead to slight misbehavior for users of this API.
HTTPHeadersExtractor
nil
Oh great catch! LGTM
Due to the changes introduced in #146, when
HTTPHeadersExtractor
extracts no headers, it returns an empty string instead ofnil
, which may lead to slight misbehavior for users of this API.