mjoras

Results 10 comments of mjoras

Update on this, it's definitely still an issue but in fact does work on Chrome for Android (I was having js caching problems). Safari on iOS12 definitely does not work...

@ildyria are you referring to the latter answers to the question, the ones about how every image gets uploaded as image.jpg? It does in fact look like the same problem...

Since I can infact reproduce it on a laptop with the macOS version of Safari, is there any useful debug logging or otherwise I could provide? I'm unfortunately pretty useless...

I can say as a user with a similar use-case (building a relatively small collection of ports for a workstation), I think this is an idea worth investigating. In fact...

It looks like whatever compiler it is using doesn't understand c++14? 9>cl : command line warning D9002: ignoring unknown option '-std=c++14'

Can you paste the full command line parameters you are using for client and server?

@Enjia that's not a terrible method. Could you still post the parameters you are using for the hq client and server?

@Enjia we use mvfst as the quic implementation at Facebook. I can assure you it has been used in real production traffic more than any other Quic implementation except Google's...

@yurivict yeah, note the logs show that the place failing is this in folly: https://github.com/facebook/folly/blob/main/folly/FBString.h#L310 But we don't use FBString directly and the assert unfortunately isn't giving us a stack...

We don't have a way to do that but it wouldn't be that hard to add. Is this something you've observed using mvfst?