appserver-io / webserver

Multithreaded webserver for php written in php
45 stars 14 forks source link

The Core Module sets the response body stream as read only #180

Closed shmygol closed 8 years ago

shmygol commented 8 years ago

When Core Module reads the script it forwards the read only handler as a response body.

shmygol commented 8 years ago

Sorry guys, it was misunderstanding. It works as supposed and if a module wants to change the response it must care about stream type and copy the stream to memory if needed.