Commits
Christian Noon committed 441a9dca048
[Issue 740] Fixed crash when multipart form data was uploaded from in-memory data. Background sessions do not support uploads from data for obvious reasons. Solution was to add a check to the encoding logic to check whether the session was configuration as a background session. Also added tests to verify the logic now works without crashing.