Post Reply 
SDCH = Shared Dictionary Compression over HTTP
May. 24, 2009, 11:50 PM (This post was last modified: May. 24, 2009 11:57 PM by lnminente.)
Post: #2
RE: SDCH = Shared Dictionary Compression over HTTP
Thanks Graycode, here some filters to remove it, we still should need one filter more for the Avail-Dictionary headers

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Accept-Encoding: Remove sdch {ln}090525 (out)"
Match = "\#(,$SET(tmp=.)|) sdch(,$SET(tmp=$GET(tmp).)($TST(tmp=..)$SET(#=,)|)|)( *)\#"
Replace = "\@"

In = FALSE
Out = TRUE
Key = "X-SDCH: Remove {ln}090525 (out)"
Match = "*"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SDCH = Shared Dictionary Compression over HTTP - lnminente - May. 24, 2009 11:50 PM

Forum Jump: