Files @ r28403:d4cdcb69255f
Branch filter:

Location: cpp/openttd-patchpack/source/os/emscripten/Dockerfile - annotation

Patric Stout
Fix: race-condition when quitting the game with libcurl (#11688)

There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
1
2
3
4
FROM emscripten/emsdk:3.1.42

COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch