currently I use simple rude way, it will take o(m * n) time. <https://github.com/bung87/scorper/blob/da9e811f221bd0ad404e2f6d0ec38040f1325365/src/scorper/http/multipartparser.nim#L266>
- effectively read buffered data until http body boundary? bung
currently I use simple rude way, it will take o(m * n) time. <https://github.com/bung87/scorper/blob/da9e811f221bd0ad404e2f6d0ec38040f1325365/src/scorper/http/multipartparser.nim#L266>