fsprojects / FsHttp

A lightweight F# HTTP library by @SchlenkR and @dawedawe
https://fsprojects.github.io/FsHttp/
Apache License 2.0
424 stars 42 forks source link

Don't add empty cookies to headers #111

Closed Samuel-Dufour closed 1 year ago

Samuel-Dufour commented 1 year ago

Solution tested successfully by updating versions to net7.0.

Samuel-Dufour commented 1 year ago

109

SchlenkR commented 1 year ago

That’s a great improvement, @Samuel-Dufour ! Thank you very much for the contribution. You saved me a lot of work digging into this.

I’ll merge it soon, alongside other additions and fixes, with a release hopefully this month.

Again, thanks for your work, and have a nice day.

Samuel-Dufour commented 1 year ago

That’s a great improvement, @Samuel-Dufour ! Thank you very much for the contribution. You saved me a lot of work digging into this.

I’ll merge it soon, alongside other additions and fixes, with a release hopefully this month.

Again, thanks for your work, and have a nice day.

My pleasure ! Happy to contribute to your great work !

SchlenkR commented 1 year ago

Thanks again! I'll release 10.0.0-preview2 in some minutes...

belcher-rok commented 1 year ago

@RonaldSchlenker, I can confirm that 10.0.0-preview2 solved this issue for me. Thank you for the fast turnaround.