Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Jan 28, 2024
1 parent 8a52e77 commit dc0bd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/core_http_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,6 +2153,7 @@ HTTPStatus_t HTTPClient_ReceiveAndParseHttpResponse( const TransportInterface_t
( ( pResponse->respOptionFlags & HTTP_RESPONSE_DO_NOT_PARSE_BODY_FLAG ) != 0U ) )
{
returnStatus = HTTPSuccess;

/* There may be dangling data if we parse with do not parse body flag.
* We expose this data through body to let the applications access it. */
pResponse->pBody = ( const uint8_t * ) parsingContext.pBufferCur;
Expand Down

0 comments on commit dc0bd7f

Please sign in to comment.