comparison Core/HttpServer/FilesystemHttpSender.cpp @ 908:e078ea944089 plugins

refactoring HttpOutput
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jun 2014 17:47:39 +0200
parents a811bdf8b8eb
children ba5c0908600c
comparison
equal deleted inserted replaced
907:9b8298234254 908:e078ea944089
71 { 71 {
72 break; 72 break;
73 } 73 }
74 else 74 else
75 { 75 {
76 output.Send(&buffer[0], nbytes); 76 output.SendBodyData(&buffer[0], nbytes);
77 } 77 }
78 } 78 }
79 79
80 fclose(fp); 80 fclose(fp);
81 81