http_static: url handler POST improvement 88/42788/2
authorMatus Fabian <[email protected]>
Fri, 11 Apr 2025 09:15:52 +0000 (05:15 -0400)
committerFlorin Coras <[email protected]>
Fri, 11 Apr 2025 19:01:12 +0000 (19:01 +0000)
commit64a4e8d7cde13eeb0034bc2d835defef88d8f345
treee9b600d865042ebe9971066e4e5eb0f35aac04ea
parentdc49dba5b425684dc59179f41b6b5fc16555e329
http_static: url handler POST improvement

for POST request url handler expect data immediately after msg,
but in case of http/2 this was broken because headers and data are
different frames

Type: improvement

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