jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

perf for TextReaderExtensions using StringBuilder #9

Closed campersau closed 9 years ago

campersau commented 9 years ago

This improves the perfomance for large request bodies (in my tests the requests were > 1MB) significantly.

(If somebody shows me how to properly add tests which are using files as datasource I can add a some)