W
William Herrera
I am having problems with LWP::UserAgent appearing to add these two
headers to the HTTP::Headers request object:
TE: deflate,gzip;q=0.3
Connection: TE, close
Does anyone know why this might occur? I tried to remove these _before_
sending my request with the remove_header method, but it looks as if
LWP::UserAgent is adding these itself, at request time?
headers to the HTTP::Headers request object:
TE: deflate,gzip;q=0.3
Connection: TE, close
Does anyone know why this might occur? I tried to remove these _before_
sending my request with the remove_header method, but it looks as if
LWP::UserAgent is adding these itself, at request time?