Webduino icon indicating copy to clipboard operation
Webduino copied to clipboard

Request content is read one byte at a time

Open m-mcgowan opened this issue 10 years ago • 1 comments

The read() method fetches request content one byte at a time. This introduces quite a significant overhead.

To make it more efficient, the data can be read as a chunk into a read buffer.

m-mcgowan avatar Jun 25 '14 03:06 m-mcgowan

Did you fix this in your port for Particle? I think not or yes? Any implementation idea's (or examples that implement reading data as chunks?).

kasperkamperman avatar May 21 '17 08:05 kasperkamperman