amphp / http-client

An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.
https://amphp.org/http-client
MIT License
707 stars 66 forks source link

Avoid problems with league URI port set to null if using default port #233

Closed danog closed 4 years ago

kelunik commented 4 years ago

@danog Thanks for catching this. I've applied a slightly different fix, getting rid of the if.

danog commented 4 years ago

Great! Do you think you could make a release (or at least tag another RC and update dependency versions for secondary packages?).

Thanks!

kelunik commented 4 years ago

I wanted to release today, yes, but @trowski wants to test over the weekend, so I'll tag a new RC.