You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR #80: Fixed usage of "&" chars in multipart parameters
(@johannes85)
Fixed compatibility with older versions of xp-framework/networking
without asynchronous server support. This lead to the server being
started but not answering any request, see issue #79.
(@thekid)