]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Fix chunked rlm_rest HTTP body (#4131)
authorNathan Ward <nward@searchlight.nz>
Thu, 8 Jul 2021 14:15:20 +0000 (02:15 +1200)
committerGitHub <noreply@github.com>
Thu, 8 Jul 2021 14:15:20 +0000 (09:15 -0500)
commit0c6e2717ccea297b9bd161a576bae98932cab70e
tree6932bdddee0c039203b9076f2b8c23a5cc208a97
parent55352bcbf2da174592d0a793157a6c252d26b102
Fix chunked rlm_rest HTTP body (#4131)

* Fix chunked HTTP bodies in rlm_rest by passing section (configuration) around in the request object rather than to the rest_encode_* functions directly.

Fixes #4130

* Document the rlm_rest chunk configuration parameter
raddb/mods-available/rest
src/modules/rlm_rest/rest.c
src/modules/rlm_rest/rest.h