Asynchronous server-side framework for network applications implemented in PHP using libevent
GNU Lesser General Public License v3.0
1.53k
stars
231
forks
source link
Fix HTTP client for urls like http://domain.com?param1=1 #276
Closed
ssbxlan closed 7 years ago
At this moment when you try to call url like 'http://domain.com?blabla=bla', without '/' after domain, via HTTP client, it ignores query and calls just http://domain.com