Results 98 comments of Hans Hübner

2015-07-12 16:49 GMT+02:00 Thayne McCombs [email protected]: > Ok, I'll add the compatibility. Do you know which libraries require puri > support? > > I only have the error output that...

Mark, I do not concur with your reading of the description. The documentation should be accurate. The three timeout parameters are independent of each other, read-timeout and write-timeout are available...

2015-07-08 6:14 GMT+02:00 Mark Meyer [email protected]: > You're correct despite the documentation saying so, usocket does not set a > proper read timeout. I just took the read timeout code...

I don't think that Drakma should offer a way to set timeouts without also offering a portable way to catch timeouts. Maybe a better approach would be to offer a...

Could you send a pull request? Thanks! 2017-01-26 18:58 GMT-05:00 Cyrus Harmon : > url-encoder is eventually called with two arguments while the docstring > says otherwise. > > —...

``` H4ns: you have to encode the UTF8 file name to octets, then encode octets to ASCII using URL-encoding, then split the header onto multiple lines if the name is...

Both a code and/or a documentation change are acceptable, and I can take care of turning the change in the XML documentation into docstrings and HTML.

Connect timeouts need to be implemented explicitly by using asynchronous I/O calls or timers/signals. Am 20.08.2015 1:30 nachm. schrieb "Max Rottenkolber" < [email protected]>: > Yes, I think send timeout (SO_SNDTIMEO)...

Hello @a-devops-guy, sorry for the slow response. I have looked at your error report, but I cannot figure out how you determined that accessing the database server is the problem....