| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I found that some agents sent http request headers as follows: te: chunked questions: 1. What is the meaning of this header? I still didn't found any description of it. 2. it looks like that this requests header (te: chunked) leads to passing by request in respect to the apache cache, and all request were send to the back-end web servers (like using force reload in the browser). Can the header "te: chunked" explain such behaviour or is there something else wrong? regards Harald Falkenberg and requests always --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org |
|
#2
| |||
| |||
| On Thu, Oct 30, 2008 at 12:24 PM, Harald Falkenberg <harald.falkenberg@desy.de> wrote: > Hi, > > I found that some agents sent http request headers as follows: > te: chunked > > questions: > 1. What is the meaning of this header? I still didn't found any > description of it. rfc 2616 section 3.6.1 > 2. it looks like that this requests header (te: chunked) leads to > passing by request in respect to the apache cache, and all > request were send to the back-end web servers (like using > force reload in the browser). Can the header "te: chunked" > explain such behaviour or is there something else wrong? If it's a chunked request body, it's likely not a GET -- so it won't be cached. See "what can be cached" here: http://httpd.apache.org/docs/2.2/caching.html#overview -- Eric Covener covener@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org |
|
#3
| |||
| |||
| On Thu, 2008-10-30 at 17:24 +0100, Harald Falkenberg wrote: > Hi, > > I found that some agents sent http request headers as follows: > te: chunked For some secret definition of some? Can we know which UAs send this? > > questions: > 1. What is the meaning of this header? I still didn't found any > description of it. RTFRFC http://www.w3.org/Protocols/rfc2616/....html#sec14.39 > 2. it looks like that this requests header (te: chunked) leads to > passing by request in respect to the apache cache, and all > request were send to the back-end web servers (like using > force reload in the browser). Can the header "te: chunked" > explain such behaviour or is there something else wrong? Doubt it. It simply negotiates how the client and server are prepared to talk to each other, it shouldn't have any effect on cacheing. If the exact same request is repeated, but without the TE header, does it then hit the cache? telnet is your friend. > > > regards > Harald Falkenberg > > and requests always Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.