http hsa: use octet-stream content type for tps
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I925618e426b325f4fafb9ed39a2d7c2d7c7b38f3
This commit is contained in:
committed by
Dave Barach
parent
4df1d35132
commit
1b026cb028
@@ -83,7 +83,8 @@ typedef enum http_msg_type_
|
||||
_ (TEXT_HTML, "text/html") \
|
||||
_ (TEXT_CSS, "text/css") \
|
||||
_ (TEXT_JS, "text/javascript") \
|
||||
_ (TEXT_JSON, "application/json")
|
||||
_ (APP_JSON, "application/json") \
|
||||
_ (APP_OCTET_STREAM, "application/octet-stream")
|
||||
|
||||
typedef enum http_content_type_
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user