|
045ff319ce
|
Make sure donwloads don't just eat up a thread until they are finished even if the kernel can just take all the data in HTTPServerSimple. Also update the timeout timer when there is activity in a socket.
|
2023-08-28 17:16:19 +02:00 |
|
|
ea5cddc44f
|
The mime types dictionary now uses StringName indexes. Also compare against lowercase extensions.
|
2023-08-28 13:38:44 +02:00 |
|
|
715737abfe
|
Now HTTPServerSimple sends files in non-blocking mode.
|
2023-08-28 12:54:30 +02:00 |
|
|
a155e44491
|
Implement max request size limit for HTTPServerSimple.
|
2023-03-18 11:52:25 +01:00 |
|
|
ddcf36addd
|
Fixed multi threading + https in HTTPServerSimple.
|
2023-02-19 16:04:08 +01:00 |
|
|
e5f31bde7d
|
Implement sending keep alive connection type if a connection has more than one request for HTTPServerSimple. Also more togglable debugging.
|
2023-02-19 15:11:29 +01:00 |
|
|
1b0aac6028
|
Renamed Map to RBMap.
|
2023-01-15 19:12:50 +01:00 |
|
|
1ef37c61c2
|
Moved http server simple to it's own module.
|
2022-08-19 22:09:30 +02:00 |
|