R. Tyler Croy

Results 143 comments of R. Tyler Croy

This is actually addressed as part of #164 because I was trying to limit my build/link times :smile:

@beanscouts I have some local changes I had been meaning to push which update the main `Dockerfile`. I was intending to just delete `Dockerfile.debian` Do you have a strong reason...

Looks like the client is doing valid HTTP/1.1 requests, Could empty header values (see `Authorization` below) cause this problem?, ``` ❯ nc -l 8000 PUT /0/0 HTTP/1.1 Host: localhost:8000 User-Agent:...

My workaround for this has been to simply run `std::fs::remove_file("my.sock");` before starting the listener. IMHO that may be something worth incorporating into the listener itself :woman_shrugging:

This reminds me a lot of the issue with #1863 that I hit. I agree with @roeap's assessment here that this could be dangerous. Would it it be possible to...

@ion-elgreco I assume this is meant from the Python side of things? The way I have seen this typically handled is that there is the "normal" API and then a...

I am also unable to reproduce this on a Linux/amd64 machine: ``` ❯ python Python 3.11.4 (main, Jun 28 2023, 19:51:46) [GCC] on linux Type "help", "copyright", "credits" or "license"...

@roeap I believe this should be addressed now right? Or does this also relate to #1245?

@TakreemAkhter would you be able to test the latest `HEAD` of main? We made a number of changes that should improve this and I've seen other reproducible bugs resolved by...

Thanks for the pull request, I'm still mulling this over and kind of hoping somebody else chimes in with an opinion on the approach :thinking: