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
Hmm. Hard to write a test for, since it takes some doing to send a HTTP response without any headers :) Anyway, this should fix it, can you give it a whirl from master?
When using the Ethon adapter and when the
response_headers
is an empty string, this code producesnil
httplog/lib/httplog/adapters/ethon.rb
Lines 29 to 31 in 730c301
which then causes a crash when calling
map
on it:httplog/lib/httplog/adapters/ethon.rb
Line 40 in 730c301
The text was updated successfully, but these errors were encountered: