Browse thread
Still problems with the main ocaml web page
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | moj@u... |
| Subject: | Re: Content-Type problem with the main ocaml web page |
In my computer, the problem occurs with Galeon 1.3.19. The error is
triggered by a malformed header line sent by Galeon:
Accept-Language: English,fi;q=0.5
The server sends a correct Content-Type if the above is corrected to
Accept-Language: en,fi;q=0.5
- Matti Jokinen