PROCESSING constant

int const PROCESSING

This code indicates that the server has received and is processing the request, but no response is available yet.

https://tools.ietf.org/html/rfc2518#section-10.1

Implementation

static const int PROCESSING = 102;