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
Could you please clarify what the behaviour is when execute() gets passed a string with two (or even more) HTTP requests directly behind each other (seperated by "\r\n\r\n").
In my example
pars.get_headers()["HOST"]
returned the Host field of both requests seperated with a comma (although the hosts were the same).
Interestingly
pars.get_url()
returned just the URL of the second request.
The text was updated successfully, but these errors were encountered:
Could you please clarify what the behaviour is when execute() gets passed a string with two (or even more) HTTP requests directly behind each other (seperated by "\r\n\r\n").
In my example
returned the Host field of both requests seperated with a comma (although the hosts were the same).
Interestingly
returned just the URL of the second request.
The text was updated successfully, but these errors were encountered: