Go to file
Alvaro Neira Ayuso 583057bd69 Use state machine to avoid race condition problems
This patch allows us to control the thread using a state machine. This state
machine controls if the client is busy or not. This new way to control the
threads give us more control for avoiding race condition problems.
2020-02-23 20:04:47 +01:00
cfg Set up the ip server for working in localhost by default 2020-01-19 19:50:44 +01:00
src Use state machine to avoid race condition problems 2020-02-23 20:04:47 +01:00
tests add space after Content-Length and Content-Type 2020-01-28 09:14:13 +01:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
LICENSE Initial commit 2020-01-19 19:50:43 +01:00
main.py pep-0008 cleanup 2020-02-21 12:57:54 +01:00