Levente Farkas

Results 34 comments of Levente Farkas

AFAIS currently it's not possible to put more (label,input) pair into one formGroup or use formgroup without horizontal builder.

actually don't need. the only difference is that i put more element into one from-group eg: ``` Registration Tail ``` currently FormGroup don't has any special usage it's just contains...

I attached a simple http server with a bug example: [bug.zip](https://github.com/square/okhttp/files/8590321/bug.zip) The server send on multipart every 10 seconds. If you run both then in the client side you'll see...

Anyway it'd be useful if I could implement the server for this demo with mockWebServer but I can't find a way to do a stream web server from it...

> I think our action is to not await the end of part delimiter before returning bytes. One further question is whether to do this if the content-length header is...

the main problem is probably the buffered reader, since it's always wait the read buffer to be full.. an to reflect to your suggestion about the content-length...imho it's not the...

after further testing it seems there are only some kind of indexing problem which may be fixable easier then I assume. I attached a new client executable code. - if...

> I dug into this and I couldn’t find anything that specifies `Content-Length` as a header in a multipart body. I even stripped out that behavior from OkHttp’s `MultipartBody` class...