Skip to content
Snippets Groups Projects
  • Andy Green's avatar
    0a4da2c7
    lwsws remove all protocols use lws default http · 0a4da2c7
    Andy Green authored
    
    Actually lwsws doesn't need his own protocol handler even for http
    any more.  The default http handler in lws should do everything.
    
    Move the cgi routing into lws default http protocol handler, and
    delete lwsws one.  Remove all protocols from lwsws so the lws
    default one gets used.
    
    With this, and the earlier move of lejp into lws, lwsws itself
    becomes 15.5KB of x86_64 (mainly conf parsing).
    
    Signed-off-by: default avatarAndy Green <andy@warmcat.com>
    0a4da2c7
    History
    lwsws remove all protocols use lws default http
    Andy Green authored
    
    Actually lwsws doesn't need his own protocol handler even for http
    any more.  The default http handler in lws should do everything.
    
    Move the cgi routing into lws default http protocol handler, and
    delete lwsws one.  Remove all protocols from lwsws so the lws
    default one gets used.
    
    With this, and the earlier move of lejp into lws, lwsws itself
    becomes 15.5KB of x86_64 (mainly conf parsing).
    
    Signed-off-by: default avatarAndy Green <andy@warmcat.com>
context.c 23.10 KiB