desguar += and -=

This commit is contained in:
2026-06-06 18:53:11 +02:00
parent 535364931e
commit 22874181cd
32 changed files with 185 additions and 146 deletions

View File

@@ -19,7 +19,7 @@ func main[argc: i64, argv: ptr] : i64
while i < url_len
if url[i] == '/'
break
i = i + 1
i += 1
host := str.substr(url, host_start, i - host_start)
path := "/"
@@ -59,7 +59,7 @@ func main[argc: i64, argv: ptr] : i64
found = true
end_index = i + 4
break
i = i + 1
i += 1
header_size = current_size
if end_index < header_size