Skip to content

proxy diverting optimization

Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 28 Dec 11:12
· 62 commits to main since this release
661ce21
  1. optimized and siplified the content diverting by adopting chunk_t data-struct in proxy mode;
  2. fixed the bug of invalid pointer to http_srv_t of http_con in http tunnel mode;
  3. correcting uri parsing error in CONNECT method;
  4. banned the instantiation of HTTPMsg when uri is absolute or the request is forward proxy mode;
  5. when the transferring speed of connection pair is different, congestion control is needed by activating underlying TCP CC mechanism.