skwerlman
skwerlman
https://support.cloudflare.com/hc/en-us/articles/200168006-How-does-Always-Online-work- Basically, the problem is the fact that cloudflare _always_ returns a 503, even if the cached content is served.
some info to help repro in case its related: version info: gcc-7 `7.5.0-3ubuntu1~18.04` protobuf-compiler `3.6.1-1~maarten0+bionic` qtbase5-dev `5.9.5+dfsg-0ubuntu2.6` libmysqlclient-dev `5.7.41-0ubuntu0.18.04.1` configured with `cmake .. -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 -DWITH_DBCONVERTER=0` the server is...
seems to be fixed in the current version
@demhydraz The closing fence for one of the code blocks (on line 121) is missing. Not entirely sure why GH thinks I changed line 133, since I didn't touch it...
I am having troubles with my machine ATM, but once they are resolved, I will find out.
it doesn't happen on beta, just nightly
- [x] Explain (either in release notes or in the wiki) the difference between `spoiler.xml` and `.xml`
it looks like you're using a different definition for Command_Ping than i am: ```proto // mine, not working message Command_Ping { extend SessionCommand { optional Command_Ping ext = 1000; }...
i did a bit of testing, and it seems like the issue has to do with how code is generated when the definition is nested like i have it, since...
Yes, it seems to be working correctly! The only issue i have found is it currently (identically) defines `encode_ext/2`, `default(:ext)`, `field_def("ext")` and `field_def(:ext)` on the base message once for each...