Zach Hoeken
Zach Hoeken
@proddy @zekageri I hear what you guys are saying and am trying to figure out how to make it work. There are a couple things at play here, the main...
It gets called when that client closes it's connection to the server. You can test it with curl which should open and close it all in one go, but if...
I'm closing all these old issues. Please re-open it if needed.
I think this is fixed, please re-open if necessary.
I don't have any immediate plans to do that, but I am also not opposed to it. If someone ports it, I would happily accept the PR. The first step...
No I don't unfortunately. I did the last ones manually. A script for that would be great. Writing to a .csv would be enough. On Fri, Dec 29, 2023, 09:21...
@proddy great to see some more benchmarking. I have done pretty much zero work on optimization, so hopefully we have plenty of room to speed things up. That being said,...
Puns are definitely allowed, especially since the project name is a play on ESP. :) If you didn't notice, there is code in the /benchmark directory for both psychichttp and...
I have this code in the wifi setup on the benchmarks, maybe see if that has any effect? ```cpp WiFi.setSleep(false); WiFi.useStaticBuffers(true); ```
Can you test with the esp-idf official webserver example: https://github.com/espressif/esp-idf/blob/master/examples/protocols/http_server/simple/README.md If that works, then try to figure out what they are doing that we aren't as PsychicHttp is built on...