We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372fcba commit 42e7b65Copy full SHA for 42e7b65
CHANGELOG.md
@@ -5,6 +5,9 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
5
### Added
6
- Connection and request timeouts could be specified also when creating RemoteWebDriver from existing session ID.
7
8
+### Changed
9
+- Disable sending 'Expect: 100-Continue' header with POST requests, as they may more easily fail when sending via eg. squid proxy.
10
+
11
## 1.5.0 - 2017-11-15
12
### Changed
13
- Drop PHP 5.5 support, the minimal required version of PHP is now PHP 5.6.
0 commit comments