mirror of https://git.48k.eu/ogclient
Our program sends always the HTTP message: HTTP/1.0 200 OK but if the operation sent is not supported, we are sending the same correct message. This patch add the support to check if the message is supported. If the message is not supported, we are going to send: HTTP/1.0 400 Bad request\r\n\r\n Otherwise, in operations supported: HTTP/1.0 200 OK |
||
---|---|---|
cfg | ||
src | ||
.gitignore | ||
LICENSE | ||
main.py |