Skip to content

Network

Karol Chanaj edited this page Nov 4, 2021 · 1 revision

General information about protocol

  1. Whenever a received request is not recognized, the response will look like this:
400\r\n
\r\n

This will be experienced, when the responder will read the first line of the request and no instructions for such request type will be specified in the frame_handler.py.

  1. Whenever the answering side experiences a problem, and thus aborts the procedure bound to the request, it will communicate this like that:
500\r\n
\r\n

This will be experienced, when the responder will experience a socket.error in frame_handler.py.


Working experience

experience

Clone this wiki locally