[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] Wrong 304 Response Message
From: |
Markus Mäkelä |
Subject: |
[libmicrohttpd] Wrong 304 Response Message |
Date: |
Mon, 8 May 2017 06:05:36 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 |
Hi,
I'm generating HTTP 304 Not Modified responses with libmicrohttpd and
the actual responses returned seem to have the wrong message:
address@hidden core]$ curl -I -H "If-Modified-Since: Mon, 08 May 17
02:57:43 GMT" localhost:8989/v1/servers/server1
HTTP/1.1 304 See Other
Connection: Keep-Alive
Date: Mon, 08 May 17 02:58:41 GMT
It seems like the message for 303 See Other is used instead of the 304
Not Modified one. I'm using libmicrohttpd version 0.9.53.
Markus
--
Markus Mäkelä, Software Engineer
MariaDB Corporation
t: +358 40 7740484 | Skype: markus.j.makela
- [libmicrohttpd] Wrong 304 Response Message,
Markus Mäkelä <=