aboutsummaryrefslogtreecommitdiffstats
path: root/gbproxy
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2024-05-07 14:54:23 +0200
committerdexter <pmaier@sysmocom.de>2024-05-08 15:50:07 +0000
commit2cb1251360c22f68afe7ccd8e2d647f31ed45320 (patch)
tree1103cfb09b8bb8f78acffc055160d9fa3bec9c1d /gbproxy
parent0dd3f269f538793730a3f66801ddb10a6cc16679 (diff)
HTTP_Adapter: fix request sending in f_http_tx_requestHEADmaster
The function f_http_tx_request has two parameters to spcifiy the body part of the HTTP request (body and binary_body). The function only sends a request when either body or binary_body is populated, but not when none of the two is populated. This means requests without body part (e.g. a GET request) can not be sent. There is also no proper interlocking between body and binary_body. We should make sure that this situation does not occur. Related: SYS#6824 Change-Id: I258ee6209c35d0601f5a4d82423d2f5c6fbb03cc
Diffstat (limited to 'gbproxy')
0 files changed, 0 insertions, 0 deletions