ciselab / rpc-json-testing

0 stars 1 forks source link

Handle responses without a body and/or response code #45

Closed lisv closed 2 years ago

lisv commented 3 years ago

For some status codes (for example 400) the server does not return a response body (JSONObject with keys and values). And sometimes, a response is not received at all (resulting from ConnectExceptions/SocketExceptions) but the individual still needs to be evaluated.

lisv commented 2 years ago

Individual is clustered on request instead of response when there is no object.