DMTF / Redfish-Event-Listener

The Redfish Event Listener is a lightweight HTTPS server that can be deployed to read and record events from Redfish services.
Other
31 stars 17 forks source link

Refactored response with connection close token #19

Closed hardikspanchal closed 2 years ago

hardikspanchal commented 2 years ago

Send a "Connection: close" message in general header followed status-code. It is a signal to sender that connection will be closed after completion of the response.

Test:

Signed-off-by: Hardik Panchal hardikx.panchal@intel.com

Fix #18

mraineri commented 2 years ago

Approved 4/8