curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

RE: FW: GET http request

From: Erik Janssen via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 8 Sep 2020 15:17:57 +0000

>> I have simulated with the command line and indeed see a second request
>> in which the url is unchanged compared to the first request. But why
>> are we seeing the changed url in the WireShark?

> It shouldn't change, it's a bug. But a bug we've not heard of before which makes me suspect the origin of it isn't in libcurl. I could be > wrong of course.

> If it would be in libcurl, then surely the curl command line would also do it that way?

Hi Bart,

I would check how the URL you pass to libcurl is constructed. Something quirky may be there that was no problem before but now provokes a bug given libcurl changed implementation? Maybe enable verbose curl output in your own code to hopefully get a quick hint. But inspecting the code with the failure in mind can be quick too

I think many systems in the world work by accident.. likely you happened to build on something forgiving and now that's gone. I suppose many on this list have been there too. I was :)

Erik

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-09-08