Koushik Dutta

Results 93 comments of Koushik Dutta

I'm trying to get this working, and had the error 400 before. After switching to a binary plist, I now have an error 500. ```java NSDictionary plist = new NSDictionary();...

Can you get me an android device and OS version? and whether you are using google play services?

Ahh ok. There's a bunch of known/critical conscrypt bugs in Android 8.0 itself. It looks like you're using the system conscrypt vs google play conscrypt, which is why it is...

can you give me a url i can test against? I was unable to repro this on the latest Pixel XL 26 emulator.

Android O Preview/beta bug. https://github.com/koush/ion/issues/825

No idea. Check what is happening in the WebSocket code. Could also be Android choking on strings over a certain length.

My first suggestion is to make sure that the frame length is being properly parsed/calculated, and work with it from there.

Ok thanks, I'll take a look.

300k is a strange delimiter. d https://github.com/koush/AndroidAsync/blob/master/AndroidAsync/src/com/koushikdutta/async/http/HybiParser.java#L361