Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The server guarantees that on a single TCP connection, requests will be processed in the order they are sent and responses will return in that order as well. All requests are initiated by the client and result in a corresponding response message from the server.

The server has a configurable maximum limit on request size and any request that exceeds this limit will result in the socket being disconnected.

...