Issue #144 (Add last_modified to WSF_SKELETON_HANDLER)
This commit is contained in:
@@ -49,6 +49,10 @@ feature {NONE} -- Implementation
|
||||
if attached a_handler.etag (req) as l_etag then
|
||||
a_header.put_header_key_value ({HTTP_HEADER_NAMES}.header_etag, l_etag)
|
||||
end
|
||||
if attached a_handler.last_modified (req) as l_last_modified then
|
||||
l_dt := (create {HTTP_DATE}.make_from_date_time (l_last_modified)).rfc1123_string
|
||||
a_header.put_header_key_value ({HTTP_HEADER_NAMES}.header_last_modified, l_dt)
|
||||
end
|
||||
res.put_header_text (a_header.string)
|
||||
if l_ok then
|
||||
if l_chunked then
|
||||
|
||||
Reference in New Issue
Block a user