mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
01_FHEMWEB.pm: fix debugging bug
git-svn-id: https://svn.fhem.de/fhem/trunk@13649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a031b8db05
commit
672938ed23
@ -557,7 +557,7 @@ FW_Read($$)
|
|||||||
my $expires = ($cacheable?
|
my $expires = ($cacheable?
|
||||||
("Expires: ".FmtDateTimeRFC1123($now+900)."\r\n") : "");
|
("Expires: ".FmtDateTimeRFC1123($now+900)."\r\n") : "");
|
||||||
Log3 $FW_wname, 4,
|
Log3 $FW_wname, 4,
|
||||||
"name: $arg / RL:$length / $FW_RETTYPE / $compressed / $expires";
|
"$FW_wname: $arg / RL:$length / $FW_RETTYPE / $compressed / $expires";
|
||||||
if( ! FW_addToWritebuffer($hash,
|
if( ! FW_addToWritebuffer($hash,
|
||||||
"HTTP/1.1 $FW_httpRetCode\r\n" .
|
"HTTP/1.1 $FW_httpRetCode\r\n" .
|
||||||
"Content-Length: $length\r\n" .
|
"Content-Length: $length\r\n" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user