Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: core/http/NyLPC_cHttpBodyWriter.c
- Revision:
- 57:bc4330dfa62f
- Parent:
- 48:00d211aac2ec
diff -r d38b6ce8c63b -r bc4330dfa62f core/http/NyLPC_cHttpBodyWriter.c
--- a/core/http/NyLPC_cHttpBodyWriter.c Sat Aug 10 02:52:22 2013 +0000
+++ b/core/http/NyLPC_cHttpBodyWriter.c Fri Sep 13 06:38:16 2013 +0000
@@ -210,7 +210,7 @@
// NyLPC_cHttpResponseWriter_setClose(&hw);
body_len=100;
NyLPC_cHttpHeaderWriter_setContentLength(&hw,body_len);
- NyLPC_cHttpHeaderWriter_writeHeader(&hw,500);
+ NyLPC_cHttpHeaderWriter_writeResponseHeader(&hw,500);
NyLPC_cHttpHeaderWriter_close(&hw);
NyLPC_cHttpBodyWriter_initialize(&bw,&st);
