mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Improve redbean method=get parameter handling
This commit is contained in:
parent
6e582d245b
commit
2cc1d5ac4c
9 changed files with 175 additions and 146 deletions
|
@ -107,7 +107,7 @@ static int LuaFetch(lua_State *L) {
|
|||
/*
|
||||
* Parse URL.
|
||||
*/
|
||||
_gc(ParseUrl(urlarg, urlarglen, &url));
|
||||
_gc(ParseUrl(urlarg, urlarglen, &url, true));
|
||||
_gc(url.params.p);
|
||||
usingssl = false;
|
||||
if (url.scheme.n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue