Commit Graph

9 Commits

Author SHA1 Message Date
Nicolai Dagestad
ba5cbb6d82 URL decode data after splitting the arguments
Data decoding should happen after the parsing if not, a '?', '&', '#'
or other character decoded will interfere with the parsing. e.g. the
users password contains a '&', then it is truncated on that character,
and login will fail.
2024-09-15 18:39:49 +02:00
default
0218e964b0 Backport from xs. 2024-08-30 19:10:26 +02:00
default
8cf7559a7e Added more const. 2024-05-23 10:01:37 +02:00
default
00b019b890 Backport from xs. 2024-03-09 08:32:20 +01:00
default
755d997fb1 Updated copyright year. 2024-01-04 09:22:03 +01:00
default
ecdb5aced8 In xs_fcgi_response(), don't add the b_size to the total size if body is NULL. 2023-12-27 23:14:43 +01:00
default
adcfc212c0 Check some fwrite() return values in xs_fcgi_response(). 2023-12-20 09:15:25 +01:00
default
575a152305 Backport from xs. 2023-10-19 06:47:42 +02:00
default
6cd3e76890 Added FastCGI support. 2023-10-17 20:02:08 +02:00