Re: Introducing TLS
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Organization | Home, Grenoble, France |
| Message-ID | <[email protected]> |
Quoting Sam Berlin <[email protected]> from ml.gnutella.dev-forum: :If it is part of the HTTP spec that multiple headers are allowed to be :combined into a single header by separating the values with commas, :then I am inclined to agree with this. Otherwise, I would be inclined :to say that tls=##### can occur in each header, but must be first when :listed. It's explicitly mentionned in the HTTP specs, and gtk-gnutella already implements those specs so it would lose any sight of subsequent "tls=x" occurences. Accordingly, the HTTP parser in gtk-gnutella concatenates the multiple headers transparently, so the upper-level code cannot know whether X-Alt was given on one big line with continuations, or specified as multiple headers. Raphael