DMTF / Redfish-Protocol-Validator

The Redfish Protocol Validator tests the HTTP protocol behavior of a Redfish service to validate that it conforms to the Redfish specification.
Other
14 stars 12 forks source link

SSDP discover format not follow the HTTP1.1 spec #48

Closed HanCJiang closed 1 year ago

HanCJiang commented 1 year ago

5 Request A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.

    Request       = Request-Line              ; Section 5.1
                    *(( general-header        ; Section 4.5
                     | request-header         ; Section 5.3
                     | entity-header ) CRLF)  ; Section 7.1
                    CRLF
                    [ message-body ]          ; Section 4.3

Signed-off-by: Han Jiang - TW (HW 1) hanj@supermicro.com.tw

mraineri commented 1 year ago

Approved 11/7