This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS: Content-Length case insensitivity

Tool/software: TI-RTOS

Hey,

I have the following problem.

When I want to post a JSON data to my http server using postman, the "Content-Length" must in camel case. Unfortunately the Postman uses "content-length" format. Under the following path

C:\ti\tirtos_tivac_2_16_00_08\products\ns_1_11_00_10\packages\ti\net\http

i found a file called: httpstd.c file with the following line:

const char *HTTPStd_FIELD_NAME_CONTENT_LENGTH      = "Content-Length";

I would like to make this ndk to ignore case sensitivity. 

Can you help me to overcome this problem?

Thank you!

TI RTOS 2.16.0.08 | XDCTool: 3.32.2.25 | Compiler: 18.1.1.LTS