Liam Staskawicz
Liam Staskawicz
One specific issue in this case is that the original error is not logged. ie, we see `error='unknown block error'` but the original error code is not preserved. it would...
thanks for the quick response. and great - i will try to put a PR together and submit it. for the 2nd question, yes I'd only want to modify the...
Hm, the issues I see in that case are: - the decoder interface would need to return the offsets for the exif data, in addition to the `Vec` of the...
In terms of `find_marker()`, the issue is not finding the marker, but rather that it would be wasteful for user code to search for the marker again, since it would...
looking at this a bit - main uncertainty has to do with the fact that the existing platform udp code does not correspond to the ep/pipe api in the way...
My motivation is based on the ability to send capn proto messages zero-copy, but I assume this functionality could be generally valuable. I'll keep my description related to the requirements...
I think an implementation that involves transfer of ownership to nng upon calling write would work for the case I have in mind 👍 * user messages can be constructed...
I previously submitted https://github.com/cherrypy/cheroot/pull/352 for this, but there was an issue on windows I was not able to reproduce.
> this means that stop()ing the connections will take up to this timeout this is correct. the original default value of `0.5` was selected to match the default poll interval...
@mar10 any chance you can re-run the benchmarking from https://github.com/cherrypy/cheroot/issues/305 to validate this change? 🙏