- Silence "error 32: Broken pipe" errors in ``custom.Layer``, too.
1.5.1
==================
- Silence "error 32: Broken pipe" errors in ``wsgi.Layer``, they just mean the client closed the connection prematurely, which is as harmless as it is normal.
1.5.0
==================
- Make it possible to dictate the hostname for the httpserver via environment variable ``GOCEPT_HTTP_APP_HOST``. You will need this if you run your tests in a selenium grid on different machines.