Module: kamailio
Branch: master
Commit: bda43b9c889f52a1d9d851e224e11bb4b090889c
URL: https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-18T09:20:19+02:00
Merge pull request #328 from mslehto/master
modules/path: fixes typo in outbound RFC number
---
Modified: modules/path/doc/path_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
Patch: https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
---
diff --git a/modules/path/doc/path_admin.xml b/modules/path/doc/path_admin.xml
index 464486a..2a7ade6 100644
--- a/modules/path/doc/path_admin.xml
+++ b/modules/path/doc/path_admin.xml
@@ -150,7 +150,7 @@ modparam("path", "use_received", 1)
If the <quote>outbound</quote> module was loaded before this module, and outbound is
required for this request, the header will be in the form
<quote>Path: <sip:flowtoken@1.2.3.4;lr;ob></quote>, where <quote>flowtoken</quote>
- is the RFC 5636 flow-token that can be used to identify the source and local address and
+ is the RFC 5626 flow-token that can be used to identify the source and local address and
transport the request was received on, and where <quote>1.2.3.4</quote> is the address of
the outgoing interface.
</para>
Module: kamailio
Branch: master
Commit: 8ceba7e73b29c5cbc0c8ac050237570e762ce698
URL: https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2015-09-18T01:00:47+03:00
modules/path: fixes typo in outbound RFC number
---
Modified: modules/path/doc/path_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
Patch: https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
---
diff --git a/modules/path/doc/path_admin.xml b/modules/path/doc/path_admin.xml
index 464486a..2a7ade6 100644
--- a/modules/path/doc/path_admin.xml
+++ b/modules/path/doc/path_admin.xml
@@ -150,7 +150,7 @@ modparam("path", "use_received", 1)
If the <quote>outbound</quote> module was loaded before this module, and outbound is
required for this request, the header will be in the form
<quote>Path: <sip:flowtoken@1.2.3.4;lr;ob></quote>, where <quote>flowtoken</quote>
- is the RFC 5636 flow-token that can be used to identify the source and local address and
+ is the RFC 5626 flow-token that can be used to identify the source and local address and
transport the request was received on, and where <quote>1.2.3.4</quote> is the address of
the outgoing interface.
</para>
Hi,
I am using http_query to retrieve content served by an http web server.
Unfortunately, the http server tends to output an empty first line in the response.
As http_query only retrieves the first line, the result of the http_query is empty.
Would it be possible to ignore empty lines in the http response (trim the response)?
Thanks for the response,
Laurent.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/317