S
S
Sergey Savostin2012-08-16 21:43:04
Computer networks
Sergey Savostin, 2012-08-16 21:43:04

What does the header "Cteonnt-Length" mean?

Sometimes the http client instead of the "Content-Length" header receives "Cteonnt-Length" with the correct content size value.
What does this mean, why is this done and is it right?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
volodymyr, 2012-08-17
@savostin

This is because when the traffic is compressed by the load balancer, the field becomes irrelevant because it contains the original size of the request data. Therefore, the balancer in such a funny way "deletes" an unnecessary field.
Also, if the Content-Length field is needed, it is advised to create a bind rule that will change the protocol version in the request from 1.1 to 1.0.

A
Andrey Nekhaychik, 2012-08-16
@gnomeby

The server rearranges the letter, which is not clear.

A
Alexey Huseynov, 2012-08-16
@kibergus

Here they give some explanation
bugzilla.mozilla.org/show_bug.cgi?id=503175

A
akral, 2012-08-17
@akral

So it doesn’t matter in what order the letters go in the word , as long as the first and last are in place.

S
sergof, 2012-08-16
@sergof

I don’t have an answer, but I have a question - where does such a headline come from?

L
la0, 2012-08-16
@la0

There is a possibility that this is some kind of curve SORM / proxy or analogues in terms of functionality.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question