Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

Revision:
57:bc4330dfa62f
Parent:
48:00d211aac2ec
--- 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);