v/vlib
Delyan Angelov 13769f440f vweb: continue after bad http client connection; performance fixes
* Enable compiling vweb with -prod (by supressing 'declared and not used' warning about 'reset') .

* Fix http responses (now wrk is happy and shows no errors) by adding a Content-Length header.

* Fix -g compilation for urllib.v .

* vweb: println action= only in debug mode.

* vweb: max request headers counting fix.

* Make vweb.html get a 'ctx mut Context' param, just like the other methods.

* vweb: simplify add_header.

* Use a string builder for the most common html case so that the response http text can be send in one go.

* vweb: reduce _STR/string interpolation usage in the most common html response case.

* vweb: refactor common http response formatting into Context.send_response_to_client/2 method.
2019-12-11 17:32:54 +03:00
..
arrays
benchmark
bignum
bitfield
builtin compiler: force custom struct .str() methods to be defined public 2019-12-11 03:24:26 +03:00
cli
clipboard
compiler vweb: continue after bad http client connection; performance fixes 2019-12-11 17:32:54 +03:00
crypto
darwin
encoding fix csv test 2019-12-08 01:03:35 +03:00
eventbus
filepath
flag
freetype
gg remove os/time references from live programs, fix warnings 2019-12-09 18:53:17 +03:00
gl
glfw
glm compiler: force custom struct .str() methods to be defined public 2019-12-11 03:24:26 +03:00
gx
hash
http vlib/http: ssl handshake fix 2019-12-09 13:31:24 +03:00
json
log
math
mysql
net vweb: continue after bad http client connection; performance fixes 2019-12-11 17:32:54 +03:00
orm
os tooling: add tools/oldv , for use with 'git bisect', or for testing with older V 2019-12-08 20:21:17 +03:00
os2
pg
rand
readline fix clipboard_linux.v 2019-12-07 18:16:19 +03:00
runtime
sdl update brew instructions for sdl dependencies 2019-12-09 03:18:08 +03:00
sqlite fix all Foo{!} 2019-12-04 13:08:28 +03:00
stbi
strconv atoi: fix leading zeros in string to int conversion 2019-12-08 23:22:33 +03:00
strings vweb: continue after bad http client connection; performance fixes 2019-12-11 17:32:54 +03:00
sync
szip
term
time
ui
vweb vweb: continue after bad http client connection; performance fixes 2019-12-11 17:32:54 +03:00