Skip to content
Snippets Groups Projects
  • deuce's avatar
    ce8e3c63
    Match case insensitively for headers. · ce8e3c63
    deuce authored
    Try to recv() Content-Length bytes when specified, and 1024 bytes at a
    time when not.
    Call js.gc() after each recv().
    
    The gc() call fixes the "out of memory" error which occured on HTTP pages
    over about 128KiB and makes reading web pages considerably faster.
    ce8e3c63
    History
    Match case insensitively for headers.
    deuce authored
    Try to recv() Content-Length bytes when specified, and 1024 bytes at a
    time when not.
    Call js.gc() after each recv().
    
    The gc() call fixes the "out of memory" error which occured on HTTP pages
    over about 128KiB and makes reading web pages considerably faster.