• Nils Goroll's avatar
    move vcl0 to req->top · fc04ea21
    Nils Goroll authored
    Also fix some errors in vcl0 handling:
    
    - Only the top request may release vcl0 because it owns it
    - because we can re-embark for ESI, we can not assert that vcl0 is NULL
      in CNT_Embark()
    
    passes tests/r02849.vtc again.
    
    still fails r03003.vtc, which will get fixed in a follow up commit
    
    Fixes #3019 with test case by @Dridi
    fc04ea21
Name
Last commit
Last update
..
cache_http2.h Loading commit data...
cache_http2_deliver.c Loading commit data...
cache_http2_hpack.c Loading commit data...
cache_http2_panic.c Loading commit data...
cache_http2_proto.c Loading commit data...
cache_http2_send.c Loading commit data...
cache_http2_session.c Loading commit data...