dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
751 stars 204 forks source link

URL size limit #76

Open danielbuechele opened 6 years ago

danielbuechele commented 6 years ago

Is there a particular reason for limiting the length of the URL to 128 chars? https://github.com/dhbaird/easywsclient/blob/master/easywsclient.cpp#L436

bitc commented 6 years ago

I've created a pull request that fixes this #77

dhbaird commented 5 years ago

There's no reason; It's just an arbitrary limit. I merged #77 to increase the limit, and I'm open to pull request to make it configurable limit.