Fixes #155 by disabeling the HTTP/1.1 100-Continuation mechanism (clearing the Expect-Header), which breaks with imcompatible servers for POST-requests larger than 1024B. Added explicit content accepted encoding for #156. This should resolve the issue. However, further testing on this is required.