cosmopolitan/tool
Paul Kulchenko 013f03e33f
Redbean fix redirect (#294)
* Fix redbean crash during redirect in debug logging mode

* Add reset for redirect loop check in redbean Route

Without this reset a combination of RoutePath() and Route() calls
could return "508 loop detected", since RoutePath could be called
twice for the same redirected path.

The protection against looping is still there, as it can only
loop inside the Route() call (as it always serves something).

* Update redbean redirect message for clarity
2021-10-25 14:04:57 -07:00
..
build Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
decode Make numerous improvements 2021-09-28 01:52:34 -07:00
emacs Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Redbean fix redirect (#294) 2021-10-25 14:04:57 -07:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Improve memory safety 2021-10-13 17:27:13 -07:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00