Made sockets nonblocking (I'm a fool who didn't do this and spent several hours trying to figure out why I couldn't handle a second request if firefox was on the page I'm so dumb I hate myself I hate coding I hate the internet computers were a mistake)

This commit is contained in:
Nate Choe
2022-01-30 12:43:10 -06:00
parent e4fe179480
commit e05896356f
8 changed files with 115 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
../build/swebs -j 2 -s sitefile -o logs -p 8000
../build/swebs -s sitefile -o logs -p 8000 -b 100