http: http_state_wait_server_reply fix 12/41612/1
authorMatus Fabian <[email protected]>
Mon, 30 Sep 2024 11:52:12 +0000 (13:52 +0200)
committerMatus Fabian <[email protected]>
Mon, 30 Sep 2024 11:54:37 +0000 (13:54 +0200)
commit38e94c3461020f77d2a3cff0511f3a727be8af1a
treeecc64b8227e65a68150b928f9ebee408bd099f84
parent5a4c7a9ce4162f8f9fb397d6b9b59e7fe59beeea
http: http_state_wait_server_reply fix

We enqueue 2 segments to app, first is masg (http_msg_t) and second
as much as possible of the raw data, so it must be:
max_enq - sizeof (msg)

Type: fix

Change-Id: Ib7ece7e0ad1aac99d687d49149f1bccea599b10f
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/http/http.c