Skip to content

Changes

Summary

  1. HTTP_Adaptor: allow keeping an HTTP client connection (details)
Commit 0957b1b22c18eb3d65bf1b801f79901751408317 by pmaier@sysmocom.de
HTTP_Adaptor: allow keeping an HTTP client connection

At the moment the HTTP_Adaptor automatically creates a new connection,
performs the HTTP request and closes the connection again. This means
the connection lives only for a single request. Let's add some
flexibility so that we can perform multiple consecutive requests
through the same connection.

Change-Id: Ic6994c504143820dde498c1a2bad2ad6a523dd70
Related: SYS#6824
The file was modified library/HTTP_Adapter.ttcn