mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-01 00:01:03 -04:00
added extra space in comma headers
This commit is contained in:
parent
d7fd96763e
commit
25925f95e6
@ -95,7 +95,7 @@ module HTTPX
|
||||
def each
|
||||
return enum_for(__method__) { @headers.size } unless block_given?
|
||||
@headers.each do |field, value|
|
||||
yield(field, value.join(",")) unless value.empty?
|
||||
yield(field, value.join(", ")) unless value.empty?
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user