yhirose

Results 229 comments of yhirose

@aldoshkind you are right. I made the change. Thanks for your fine contribution and suggestion!

@TheMostDiligent thanks for the feedback. As far as I know, `getaddrinfo` is a blocking function and doesn't provide timeout option. So there is no way for me to deal with...

It looks like only Linux supports it... How could it be possible to do the same in Windows and MacOS?

It seems like we may use `GetAddrInfoEx` which supports timeout parameter. https://learn.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-getaddrinfoexw In any case, supporting this feature on all three platforms and ensuring they work correctly will not likely...

@mrexodia thanks for the feedback. It's not intentional, but just left out since my use cases so far don't require it. A pull request with a unit test case is...

Thanks for the good suggestions!

@bigbao9494, I don't have the time to work on it right now, but I keep it as 'enhancement'. Of course, a pull request is always welcome!

@TimaFrolov thanks for the suggestion. It would be nice to do it, there are some difficulties. The easiest way to do this is to keep the original uncompressed text as...

@vmaffione thanks for the feature request. I don't have time to implement it for now, but I keep it with the 'enhancement' label.

I haven't investigated if it's possible to implement the feature, yet. Do you know any HTTP libraries which support such a feature? If so, I'll take a look at how...