diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-09 02:30:37 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-09 02:34:26 +0200 |
| commit | e81d1f6312de85e5640277f5968263aa8cd393db (patch) | |
| tree | 0b2cf6db8a39ca789a78238268ef8de0838c4522 /slweb | |
| parent | fcef3b99b86312aaeb9e1cae88179abbfda90dff (diff) | |
| download | slcl-e81d1f6312de85e5640277f5968263aa8cd393db.tar.gz | |
main.c: Remove string duplication in get_forms
slweb now assumes application/x-www-form-urlencoded-data as text, so it
now returns a null-terminated string on struct http_post member "data".
This removes the need for slcl to call strdup(3) in order to obtain a
null-terminated string.
Diffstat (limited to 'slweb')
| m--------- | slweb | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/slweb b/slweb -Subproject 34d716082a0136056373f3d0c6ed7abce45484b +Subproject 5be3ffdd3bfd96b314509f6f03e211e309d0fef |
