SWRU455M February 2017 – October 2020 CC3120 , CC3120MOD , CC3130 , CC3135 , CC3135MOD , CC3220MOD , CC3220MODA , CC3220R , CC3220S , CC3220SF , CC3230S , CC3230SF , CC3235MODAS , CC3235MODASF , CC3235MODS , CC3235MODSF , CC3235S , CC3235SF
Each HTTP request is handled over a single TCP connection. The client initiates a connection, and sends the request. The server processes the request and sends the response over the same connection, closing it once sent. The server then waits to accept a new connection. Even though only one request can be processed at any given time, many clients can initiate TCP connections to the server simultaneously, and each request is handled in order.