Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/STF549_NG112 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@forge.etsi.org:emergency-communications/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emergency-communications/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emergency-communications/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/master^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 6d163ddfb46e3d57d500c7333c10ffcc0b25d9c6 # timeout=10 Checking out Revision 6d163ddfb46e3d57d500c7333c10ffcc0b25d9c6 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d163ddfb46e3d57d500c7333c10ffcc0b25d9c6 Commit message: "Merge branch 'master' of https://forge.etsi.org/gitlab/emergency-communications/NG112" > git rev-list e23f74690844d2ef6f107c85bb3e9701507ceec3 # timeout=10 [STF549_NG112] $ /bin/bash /tmp/jenkins6192811935941958318.sh Sending build context to Docker daemon 10.51MB Step 1/15 : FROM ubuntu:18.04 ---> 93fd78260bd1 Step 2/15 : MAINTAINER ETSI STF 549 ---> Using cache ---> 60c9454b86c7 Step 3/15 : LABEL description "STF549 Docker Image" ---> Using cache ---> 2594c1075c38 Step 4/15 : ENV TERM xterm ---> Using cache ---> ed541f6c3526 Step 5/15 : ENV HOSTNAME docker-titan-STF549 ---> Using cache ---> 98a0a65b1685 Step 6/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y ---> Using cache ---> 4f2bec8a2115 Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y autoconf bison build-essential cmake curl dos2unix doxygen emacs expect flex g++-8 gcc-8 gdb git-core gnutls-bin graphviz inetutils-ping libglib2.0-dev libpcap-dev libgcrypt-dev libncurses5-dev libssl-dev libtool-bin libtool libwireshark-dev libxml2-dev lsof ntp openssh-server pkg-config qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev subversion sudo sshpass tcpdump texlive-font-utils tshark tzdata valgrind vim vsftpd xutils-dev tree unzip wget xsltproc && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 30347a572130 Step 8/15 : RUN echo "docker-titan-STF549" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> a6e5a0fe4523 Step 9/15 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo ---> Using cache ---> b368a8d96b71 Step 10/15 : RUN cd /home/etsi && echo "" >> /home/etsi/.bashrc && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_emcom/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc && echo "cd /home/etsi" >> /home/etsi/.bashrc && echo ". ./devenv.bash" >> /home/etsi/.bashrc && . /home/etsi/.bashrc && mkdir -p bin lib include tmp frameworks docs man dev && chown etsi:etsi bin lib include tmp frameworks docs man dev && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> 2b99bacf4b98 Step 11/15 : RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 4132db491616 Step 12/15 : RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112 ---> Using cache ---> 0eeac4597c55 Step 13/15 : USER etsi ---> Using cache ---> 59d384ca5659 Step 14/15 : RUN cd /home/etsi/frameworks && git clone https://git.savannah.gnu.org/git/osip.git ./osip && cd osip && ./autogen.sh && ./configure --prefix=/home/etsi && make && make install ---> Using cache ---> c9b8d4ed3aeb Step 15/15 : RUN cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash ---> Using cache ---> 3116af85cd09 Successfully built 3116af85cd09 Successfully tagged stf549_ng112:latest REPOSITORY TAG IMAGE ID CREATED SIZE stf525_its latest cba94a9f98f6 7 seconds ago 3.65GB <none> <none> 23ca828de770 9 seconds ago 3.65GB <none> <none> 13969b4a350c 31 minutes ago 1.69GB <none> <none> 6800e4f8c73c 31 minutes ago 1.69GB <none> <none> 8a4fc7750d1a 34 minutes ago 86.2MB <none> <none> f419d1796089 34 minutes ago 86.2MB <none> <none> e1d5e8b37f73 34 minutes ago 86.2MB <none> <none> df9db3b344b6 34 minutes ago 86.2MB <none> <none> e61458bfb44f 34 minutes ago 86.2MB stf549_ng112 latest 3116af85cd09 6 days ago 3.09GB <none> <none> c9b8d4ed3aeb 6 days ago 1.73GB <none> <none> 59d384ca5659 6 days ago 1.72GB <none> <none> 0eeac4597c55 6 days ago 1.72GB <none> <none> 4132db491616 6 days ago 1.71GB <none> <none> 2b99bacf4b98 6 days ago 1.7GB <none> <none> b368a8d96b71 6 days ago 1.7GB <none> <none> a6e5a0fe4523 6 days ago 1.7GB <none> <none> 30347a572130 6 days ago 1.7GB <none> <none> 4f2bec8a2115 6 days ago 220MB <none> <none> 2594c1075c38 6 days ago 86.2MB <none> <none> 98a0a65b1685 6 days ago 86.2MB <none> <none> 60c9454b86c7 6 days ago 86.2MB <none> <none> ed541f6c3526 6 days ago 86.2MB <none> <none> 163425d401f9 3 weeks ago 2.88GB ubuntu 18.04 93fd78260bd1 4 weeks ago 86.2MB <none> <none> b8fe714f1a85 4 weeks ago 222MB <none> <none> 8bd6314e0df1 4 weeks ago 222MB <none> <none> fde06f0f899f 4 weeks ago 222MB <none> <none> bf5bcfd41178 4 weeks ago 222MB <none> <none> aa08a91c11f1 4 weeks ago 222MB <none> <none> b74c572fba49 4 weeks ago 222MB <none> <none> 2a5bac4daa74 4 weeks ago 222MB <none> <none> 18bdc3cea6b0 5 weeks ago 2.65GB <none> <none> 1afb0b43b8d9 5 weeks ago 2.65GB sol006 latest 119f293654de 5 weeks ago 150MB <none> <none> 05bdda6fd6dd 5 weeks ago 150MB <none> <none> e9a37971a55d 5 weeks ago 150MB <none> <none> 1c74ff76b6d1 5 weeks ago 150MB <none> <none> 42d5eb6470d4 6 weeks ago 222MB <none> <none> f05a97034f47 6 weeks ago 222MB <none> <none> c94eb473a6f7 6 weeks ago 222MB <none> <none> 0e32db7a01c5 6 weeks ago 222MB <none> <none> 44e6c3ae79b0 6 weeks ago 222MB <none> <none> 5c11e0e954d6 6 weeks ago 222MB <none> <none> 9c3c407cec72 6 weeks ago 222MB <none> <none> b30960615413 6 weeks ago 222MB <none> <none> 54aac26bb2a4 6 weeks ago 220MB <none> <none> 1c04c8321f0a 7 weeks ago 150MB <none> <none> be5e0cd4508c 7 weeks ago 2.65GB <none> <none> 5758bd3361b3 7 weeks ago 1.72GB <none> <none> daf2748d8b7d 7 weeks ago 222MB <none> <none> ba6ecd99c3b7 7 weeks ago 222MB <none> <none> 78113c5c238d 7 weeks ago 222MB <none> <none> 5de7df7676c0 7 weeks ago 222MB <none> <none> 4d57729c60b0 7 weeks ago 222MB <none> <none> 7548b9c070d6 7 weeks ago 222MB <none> <none> 01eb90addc8c 7 weeks ago 222MB nfv-sol6 1.0 35fe25d9cdbe 7 weeks ago 460MB <none> <none> ea01d4e5bce3 7 weeks ago 460MB <none> <none> a7a99f797142 7 weeks ago 460MB <none> <none> fd5071b67334 7 weeks ago 460MB <none> <none> c227c06b04f7 7 weeks ago 453MB <none> <none> 8732c695181d 7 weeks ago 364MB <none> <none> 39f1e536290f 7 weeks ago 364MB <none> <none> ef8228e67de6 7 weeks ago 364MB <none> <none> 297c783ef30d 7 weeks ago 345MB <none> <none> d2c54fecff86 7 weeks ago 311MB <none> <none> c6590ec4dba8 7 weeks ago 218MB <none> <none> aa5a1e5a03da 7 weeks ago 1.7GB <none> <none> ddb9767d9c77 7 weeks ago 1.7GB <none> <none> b758aa7c3d43 7 weeks ago 1.7GB <none> <none> 942fa7526d74 7 weeks ago 1.69GB <none> <none> d5702f8bc815 7 weeks ago 1.69GB <none> <none> 60ea54ae02ec 7 weeks ago 1.69GB <none> <none> 9cc065a67f29 7 weeks ago 1.69GB <none> <none> 8f0d9ae8f918 7 weeks ago 220MB <none> <none> 9fa6db53d3aa 7 weeks ago 85.8MB <none> <none> 02d8eacf418a 7 weeks ago 85.8MB <none> <none> ac21fdd971c5 7 weeks ago 85.8MB <none> <none> 99516185b383 7 weeks ago 85.8MB <none> <none> 554fcdc46e06 7 weeks ago 222MB <none> <none> c6b0d4b8a4b9 7 weeks ago 222MB <none> <none> 692d4dcb0c92 7 weeks ago 222MB <none> <none> 764bc5d4e7ff 7 weeks ago 222MB <none> <none> 0748ba355ad1 7 weeks ago 222MB <none> <none> ceeb680ed4fb 7 weeks ago 222MB <none> <none> 3cf79c1aef61 7 weeks ago 222MB openapivalidator latest 0f2938b0d611 7 weeks ago 222MB <none> <none> b352741119b6 7 weeks ago 222MB <none> <none> 81367680be11 7 weeks ago 222MB <none> <none> fc46bfc0ca88 7 weeks ago 222MB <none> <none> 15b5c2a87a43 7 weeks ago 222MB <none> <none> 16516228bb7a 7 weeks ago 222MB <none> <none> 845b46c2c1dc 7 weeks ago 222MB <none> <none> 7871c2bfc3ea 7 weeks ago 222MB <none> <none> cbc3149e2130 7 weeks ago 220MB <none> <none> 360ceb237df9 7 weeks ago 212MB <none> <none> c9c3979202c1 7 weeks ago 188MB <none> <none> 6edcfc270195 7 weeks ago 188MB <none> <none> f790ef185743 7 weeks ago 173MB <none> <none> 3dcde753af30 7 weeks ago 157MB <none> <none> c2d720896593 7 weeks ago 153MB <none> <none> 82f7425307e6 7 weeks ago 151MB <none> <none> a00125cd64f2 7 weeks ago 150MB <none> <none> 99af8b969755 7 weeks ago 54.4MB <none> <none> 95fda2dffd97 7 weeks ago 40.7MB <none> <none> 002ade640a14 7 weeks ago 31.8MB <none> <none> 9984393d4ab7 7 weeks ago 8.68MB <none> <none> c93a8f8fceea 7 weeks ago 5.13MB <none> <none> 5aba9ace9175 7 weeks ago 4.03MB <none> <none> 359dcc804220 7 weeks ago 217MB <none> <none> 6c08dbf57209 7 weeks ago 217MB <none> <none> 9a72dd804e49 7 weeks ago 217MB <none> <none> 4469ae439fb4 7 weeks ago 217MB <none> <none> 92a1fdd5a199 7 weeks ago 217MB <none> <none> e8705dbdcb3a 7 weeks ago 217MB <none> <none> 698533a52c4d 7 weeks ago 217MB <none> <none> ea4c82dcd15a 2 months ago 85.8MB <none> <none> d7fb8cfc7500 2 months ago 234MB titan-bin latest b7a695f339aa 3 months ago 913MB <none> <none> 645d27e043d4 3 months ago 913MB <none> <none> 1f1480ce6e99 3 months ago 913MB <none> <none> fa322eb88f98 3 months ago 913MB <none> <none> e2ab5136a60c 3 months ago 913MB <none> <none> 6d982f1afd9b 3 months ago 913MB <none> <none> a8845b9bbf4c 3 months ago 913MB <none> <none> 4aaf05ed1dd6 3 months ago 813MB <none> <none> 674792b53145 3 months ago 813MB <none> <none> c0400b683205 3 months ago 789MB <none> <none> 4fcdc6b7dee9 3 months ago 679MB <none> <none> a9dd9a97e097 3 months ago 293MB <none> <none> 196d12cf6ab1 3 months ago 4.41MB <none> <none> 94627dfbdf19 3 months ago 4.03MB <none> <none> fd01895b8e3f 3 months ago 200MB <none> <none> a1eabee0db8f 3 months ago 200MB <none> <none> 9db65cf2aec4 3 months ago 200MB <none> <none> 29ad31d1c202 3 months ago 200MB <none> <none> 3787c503db7e 3 months ago 200MB <none> <none> 75481933ad98 3 months ago 200MB <none> <none> 5182e96772bf 4 months ago 200MB <none> <none> 9181a86fdafd 5 months ago 217MB <none> <none> 2767d2d28581 5 months ago 217MB <none> <none> ec8ef1060736 5 months ago 217MB <none> <none> 1d7d15cf55cd 5 months ago 217MB <none> <none> a8e40231dcc5 5 months ago 217MB <none> <none> 7f401be3fb9f 5 months ago 217MB <none> <none> defe9a4e85d9 5 months ago 217MB <none> <none> 46618e25b412 5 months ago 217MB <none> <none> dfcffa881097 5 months ago 216MB <none> <none> 84533e5860c9 5 months ago 208MB <none> <none> de36501403e3 5 months ago 187MB <none> <none> 81a898805c9f 5 months ago 187MB <none> <none> 8b9cff333db2 5 months ago 173MB <none> <none> bff5534325c4 5 months ago 156MB <none> <none> 6b46498081cd 5 months ago 153MB <none> <none> ca2ccaf56683 5 months ago 151MB <none> <none> d7e1e0714341 5 months ago 150MB <none> <none> 07b91e8b8e53 5 months ago 54.3MB <none> <none> 615f95d9bef2 5 months ago 40.7MB <none> <none> 9644a010beb6 5 months ago 31.8MB <none> <none> ddd536927392 5 months ago 8.61MB <none> <none> e4bc3bfd196d 5 months ago 5.07MB <none> <none> 118f86344fe4 5 months ago 3.97MB <none> <none> 09a11c672992 5 months ago 81.2MB <none> <none> 1106147ea781 5 months ago 81.2MB <none> <none> 44bfef0f3992 5 months ago 81.2MB <none> <none> 4905aa1f1ba2 5 months ago 81.2MB plantuml/plantuml-server tomcat 805a4b03284f 5 months ago 729MB <none> <none> 113a43faa138 6 months ago 81.2MB <none> <none> 37eec16f1872 13 months ago 3.97MB [ { "Id": "sha256:3116af85cd09f6294e75d80300e88c0e7102ea52f79f2bb038f4abcb202e3ddf", "RepoTags": [ "stf549_ng112:latest" ], "RepoDigests": [], "Parent": "sha256:c9b8d4ed3aebb2e152d8d8f8133390901586ebdf980c6967543455e5546b4551", "Comment": "", "Created": "2018-12-12T11:28:50.234811345Z", "Container": "41ddda53b78e6276511b6cc196aca047f50c0b4d311f2443e5a0cd0b3904887d", "ContainerConfig": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/sh", "-c", "cd /home/etsi/frameworks && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && cd /home/etsi/dev/STF549_Ng112 && cd /home/etsi/dev/STF549_Ng112/ttcn && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip && git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts && cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts && rm -fr asn1 t3q xsd && cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G && cd /home/etsi/dev/STF549_Ng112/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF549_Ng112/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_emcom_project.bash && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs && ../bin/ng112_generate_makefile.bash" ], "ArgsEscaped": true, "Image": "sha256:c9b8d4ed3aebb2e152d8d8f8133390901586ebdf980c6967543455e5546b4551", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "DockerVersion": "17.06.2-ce", "Author": "ETSI STF 549", "Config": { "Hostname": "", "Domainname": "", "User": "etsi", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=docker-titan-STF549" ], "Cmd": [ "/bin/bash" ], "ArgsEscaped": true, "Image": "sha256:c9b8d4ed3aebb2e152d8d8f8133390901586ebdf980c6967543455e5546b4551", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": [], "Labels": { "description": "STF549 Docker Image" } }, "Architecture": "amd64", "Os": "linux", "Size": 3091193495, "VirtualSize": 3091193495, "GraphDriver": { "Data": null, "Name": "aufs" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:bc7f4b25d0ae3524466891c41cefc7c6833c533e00ba80f8063c68da9a8b65fe", "sha256:a768c3f3878e96565d2bf0dcf90508261862847b2e7b8fc804a0770c07f0d5d5", "sha256:ca2991e4676cba899ad9bc6ad3a044cd0816915f9e97a6f2e67b6accbc779ba5", "sha256:b9b7103af585bd8ae9130de947817be7ce76092aa19cf6d2f9d5290440c645eb", "sha256:18c96b2f58e2aee2f00c5e94c9a946b5763360afbd1a1ccd2d8fedf30971c6ee", "sha256:6d8775f53a4d15da2aca1ce3fcca92fe96b819925f5d4a0709aa321edc1c92b7", "sha256:7d239f81088cb9c712cc863eded2ee101569fd641060e4f56810a397ca66077b", "sha256:59797297257d28fc7f6b095bf93804547f59046c09e980c2bfe3a9a7918768ef", "sha256:c1322bcceaafbc9b4ba456668edcad5a685da4fa948955265190fdd607dc71db", "sha256:b9c0645c7646c24c326016a359df852cf8ba0fd2ceb7e87c05a949df135dced5", "sha256:713a059cd90f08dc2918f5dbd93ba19bcddd681058ae70bd6f7aaef0490ba630", "sha256:cdbbbda92eeda4abc34f45f9da3fe7120d5c21e02a6f3d3ef58533399b12ef16", "sha256:a23afbd752b179260847e33ea4caab7d57e79837f9a3740c6fd4623c01c9dcd9" ] } } ] rm: cannot remove '../logs/merged.log.*': No such file or directory > cmtc: to create the MTC server > smtc [module_name[[.control]|.testcase_name|.*]: when MyExample is connected, run the TCs in [EXECUTE] section > emtc: Terminate MTC. ************************************************************************* * TTCN-3 Test Executor - Main Controller 2 * * Version: CRL 113 200/6 R5A * * Copyright (c) 2000-2018 Ericsson Telecom AB * * All rights reserved. This program and the accompanying materials * * are made available under the terms of the Eclipse Public License v2.0 * * which accompanies this distribution, and is available at * * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html * ************************************************************************* Using configuration file: ../etc/AtsNg112.cfg Entering batch mode. Waiting for 1 HC to connect... MC@f5e04996d134: Unix server socket created successfully. MC@f5e04996d134: Listening on IP address 127.0.0.1 and TCP port 12000. if g++ -g -pthread -fPIC -fstack-check -fstack-protector -fsanitize=leak -fsanitize=address -fno-omit-frame-pointer -o AtsNg112 http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o AtsNg112_Simulators.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/held_codec.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lttcn3-rt2-parallel \ -L/lib -lcrypto \ -L/home/etsi/frameworks/titan/titan.core/Install/lib -lrt -lxml2 -lpcap -lstdc++fs -lssl -L/home/etsi/frameworks/osip/src/osipparser2/.libs -losipparser2; \ then : ; else /home/etsi/frameworks/titan/titan.core/Install/bin/titanver http_www_opengis_net_pidflo_1_0.o LibItsHttp_Functions.o LibNg112_Templates.o LibIms_Library.o LibSip_SMSTemplates.o LibSip_SDPTypes.o http_uri_etsi_org_ngn_params_xml_simservs_mcid.o LibNg112_TypesAndValues.o urn_ietf_params_xml_ns_geopriv_held.o LibCommon_Sync.o LibItsHttp_BinaryTemplates.o urn_ietf_params_xml_ns_common_policy.o urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy.o LibSip_PIXITS.o LibItsHttp_XMLTypes.o LibSip_SIPTypesAndValues.o LibSip_Interface.o LibCommon_VerdictControl.o LibNg112_TestSystem.o LibSip_XMLTypes.o urn_ietf_params_xml_ns_geopriv_conf.o LibNg112_Pics.o http_uri_etsi_org_ngn_params_xml_simservs_pstn.o urn_ietf_params_xml_ns_reginfo.o NoTargetNamespace.o LibIms_Steps.o LibSip_Library.o LibItsHttp_Pics.o AtsNg112_Simulators.o urn_ietf_params_xml_ns_lost1.o LibNg112_Steps.o LibNg112_Functions.o urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr.o http_www_w3_org_XML_1998_namespace.o LibSip_Steps.o XSD.o LibItsHttp_BinaryMessageBodyTypes.o LibSip_MessageBodyTypes.o LibNg112_EncdecDeclarations.o urn_oma_xml_xdm_common_policy.o LibItsHttp_XmlTemplates.o UsefulTtcn3Types.o LibItsHttp_Templates.o LibSip_SMSFunctions.o LibIms_Templates.o urn_3gpp_ns_cw_1_0.o LibIms_SIPTypesAndValues.o LibNg112_Pixits.o LibItsHttp_TypesAndValues.o LibIms_Interface.o urn_ietf_params_xml_ns_geopriv_held_id.o LibCommon_TextStrings.o http_www_opengis_net_gml.o LibItsHttp_EncdecDeclarations.o LibCommon_AbstractData.o LibItsHttp_BinaryTypes.o LibItsHttp_MessageBodyTypes.o LibSip_SimpleMsgSummaryTypes.o http_uri_etsi_org_ngn_params_xml_simservs_xcap.o LibSip_Common.o urn_ietf_params_xml_ns_pidf_geopriv10.o AtsNg112_TestControl.o LibItsHttp_TestSystem.o http_uri_etsi_org_ngn_params_xml_comm_div_info.o LibItsHttp_XmlMessageBodyTypes.o LibSip_Templates.o LibCommon_Time.o LibCommon_DataStrings.o LibSip_EncdecDeclarations.o LibSip_SMSTypesAndValues.o urn_ietf_params_xml_ns_resource_lists.o LibCommon_BasicTypesAndValues.o AtsNg112_TestCases.o urn_ietf_params_xml_ns_pidf.o urn_ietf_params_xml_ns_conference_info.o ../src/LibItsHttp_Encdec.o ../src/HttpPort.o ../src/LibSip_Templates_Encdec.o ../src/LibSip_SMSFunctions_Encdec.o ../src/SipPort.o ../src/LibSip_Steps_Encdec.o ../src/LibSip_Encdec.o ../../../framework/src/http_layer.o ../../../framework/src/tcp_layer.o ../../../framework/src/loggers.o ../../../framework/src/held_codec.o ../../../framework/src/pcap_layer.o ../../../framework/src/codec_stack_builder.o ../../../framework/src/sip_codec_request.o ../../../framework/src/Abstract_Socket.o ../../../framework/src/pcap_linux_layer.o ../../../framework/src/layer_factory.o ../../../framework/src/http_codec.o ../../../framework/src/ethernet_layer.o ../../../framework/src/udp_layer.o ../../../framework/src/sip_codec_register_request.o ../../../framework/src/converter.o ../../../framework/src/params.o ../../../framework/src/lost_codec.o ../../../framework/src/sip_layer.o ../../../framework/src/sip_codec_invite_request.o ../../../framework/src/pcap_offline_layer.o ../../../framework/src/pcap_cygwin_layer.o ../../../framework/src/sip_codec_response.o; exit 1; fi TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R5A The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. MC@f5e04996d134: New HC connected from 127.0.0.1 [127.0.0.1]. f5e04996d134: Linux 4.4.0-139-generic on x86_64. MC@f5e04996d134: Downloading configuration file to all HCs. HC@f5e04996d134: TTCN-3 Host Controller started on f5e04996d134. Version: CRL 113 200/6 R5A. HC@f5e04996d134: TTCN Logger v2.2 options: TimeStampFormat:=Time; LogEntityName:=Yes; LogEventTypes:=Yes; SourceInfoFormat:=Stack; *.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=LOG_ALL | MATCHING | DEBUG; LogFileSize:=0; LogFileNumber:=1; DiskFullAction:=Error HC@f5e04996d134: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@f5e04996d134: Warning: The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC. HC@f5e04996d134: The address of MC was set to 127.0.0.1:0. HC@f5e04996d134: Connected to MC. HC@f5e04996d134: This host supports UNIX domain sockets for local communication. HC@f5e04996d134: Processing configuration data received from MC. HC@f5e04996d134: Module LibCommon_Sync has the following parameters: { PX_TSYNC_TIME_LIMIT := 120.000000, PX_TSHUT_DOWN_TIME_LIMIT := 120.000000 } HC@f5e04996d134: Module LibCommon_Time has the following parameters: { PX_TDONE := 120.000000, PX_TAC := 30.000000, PX_TNOAC := 10.000000, PX_TWAIT := 120.000000, PX_LOOP := 1.000000 } HC@f5e04996d134: Module LibItsHttp_Pics has the following parameters: { PICS_HEADER_HOST := "lis.gridgears.io", PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8" } HC@f5e04996d134: Module LibNg112_Pics has the following parameters: { PICS_LIS_IUT := true, PICS_ECRF_IUT := false, PICS_ESRP_IUT := false, PICS_HTTP_GET_REQUEST := true, PICS_HTTP_POST_REQUEST := true, PICS_LOCATION_HELD := true, PICS_SERVICE_LOST := true, PICS_LIS_URI := "/api", PICS_ECRF_URI := "/api", PICS_ECRF_REQUEST_URIs := { "/t/0ahy0-1531830377/post" }, PICS_H_QRY_GEO1 := true, PICS_H_QRY_GEO2 := true, PICS_H_QRY_GEO3 := true, PICS_H_QRY_GEO4 := true, PICS_H_QRY_CIV1 := true, PICS_H_QRY_CIV2 := true, PICS_H_QRY_STR1 := true, PICS_H_QRY_ERR1 := true, PICS_H_QRY_ERR2 := true, PICS_H_DER_TOK1 := true, PICS_H_DER_TOK2 := true, PICS_H_GET_ERR1 := true, PICS_L_FIS_GEO1 := true, PICS_L_FIS_GEO2 := true, PICS_L_FIS_GEO3 := true, PICS_L_FIS_SBV1 := true, PICS_L_LST_GEO1 := true, PICS_L_LST_ALL1 := true, PICS_L_FIS_ERR1 := true, PICS_L_FIS_ERR2 := true, PICS_E_SIP_URN1 := true } HC@f5e04996d134: Module LibNg112_Pixits has the following parameters: { PX_DOUBLE_CMP_EPSILON := 1.000000e-05, PX_DEVICE_URI_SIP := "<uri>sip:user@example.net;gr=kjh29x97us97d</uri>", PX_DEVICE_NUMBER := { "<uri>+331234567890</uri>", "<uri>+331234567891</uri>", "<uri>+331234567892</uri>", "<uri>+331200000000</uri>" }, PX_DEVICE_NUMBER_POINT := 0, PX_DEVICE_NUMBER_CIRCLE := 1, PX_DEVICE_NUMBER_CIVIC := 2, PX_UNKNOWN_DEVICE_NUMBER := 3, PX_UNKNOWN_DEVICE_URI := "<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>", PX_DEVICE_NUMBER_POINT_POS := { 43.616891, 7.053179 }, PX_CIRCLE_POS := { 43.617174, 7.052750 }, PX_CIRCLE_UOM := "urn:ogc:def:uom:EPSG::9001", PX_CIRCLE_RADIUS := 15.000000, PX_SRS_NAME := "urn:ogc:def:crs:EPSG::4326", PX_CIVIC_ADDR_COUNTRY := "AU", PX_CIVIC_ADDR_A1 := "NSW", PX_CIVIC_ADDR_A3 := "Wollongong", PX_CIVIC_ADDR_A4 := "Gwynneville", PX_CIVIC_ADDR_STS := "Northfield Avenue", PX_CIVIC_ADDR_LMK := "University of Wollongong", PX_LOCATION_ID := "6020688f1ce1896d", PX_V_POLICE_DISPLAY_NAME := "ETSI Police", PX_V_POLICE_SOURCE := "ecrf.gridgears", PX_V_POLICE_SOURCE_ID := "etsiPoliceId", PX_E_POLICE_SERVICE_URN := "urn:service:sos.police", PX_E_POLICE_SIP_URI := "sip:police@etsi.com", PX_V_POLICE_SERVICE_URN := "urn:service:sos.police", PX_V_POLICE_PATH := "ecrf.gridgears.io", PX_V_POLICE_SIP_URI := "sip:police@vienna.com", PX_POINT_IN_E_POLICE_SERVICE_BOUNDARY := { 43.616891, 7.053179 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_POS := { 43.616891, 7.053179 }, PX_CIRCLE_IN_V_POLICE_SERVICE_BOUNDARY_RADIUS := 15.000000, PX_E_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SERVICE_URN := "urn:service:sos.fire", PX_V_FIRE_SOURCE := "ecrf.gridgears", PX_V_FIRE_SOURCE_ID := "viennaFireId", PX_V_FIRE_DISPLAY_NAME := "Vienna Fire", PX_V_FIRE_SIP_URI := "sip:fire@vienna.com", PX_V_FIRE_PATH := "ecrf.gridgears.io", PX_POINT_IN_E_FIRE_SERVICE_BOUNDARY := { 48.205971, 16.221657 }, PX_POINT_IN_V_FIRE_SERVICE_BOUNDARY_POS := { 48.221928, 16.340103 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_POS := { 48.302609, 16.351604 }, PX_CIRCLE_INTERSECTING_V_FIRE_SERVICE_BOUNDARY_RADIUS := 5000.000000, PX_LOST_EXPIRES := "2019-08-30T08:48:17+00:00", PX_LOST_LAST_UPDATED := "2018-08-30T08:48:17+00:00", PX_E_UNKNOWN_SERVICE_URN := "urn:service:sos.unknown", PX_IMS_SUT_UE_IPADDR := "172.31.10.99", PX_IMS_SUT_UE_PORT := 5060, PX_IMS_SUT_PCSCF1_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF1_PORT := 5060, PX_IMS_SUT_PCSCF1_HOME_DOMAIN := "pcscf1.sut.net", PX_IMS_SUT_UE1_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE1_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE1_PUBLIC_USER := "2910", PX_IMS_SUT_UE1_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE1_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE1_QOP := "auth", PX_IMS_SUT_UE1_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_UE1_DISPLAY := "UE1@SUT", PX_IMS_SUT_PCSCF2_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF2_PORT := 5060, PX_IMS_SUT_PCSCF2_HOME_DOMAIN := "pcscf2.home.net", PX_IMS_SUT_UE2_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE2_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE2_PUBLIC_USER := "2910", PX_IMS_SUT_UE2_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE2_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE2_QOP := "auth", PX_IMS_SUT_UE2_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF3_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF3_PORT := 5060, PX_IMS_SUT_PCSCF3_HOME_DOMAIN := "pcscf3.home.net", PX_IMS_SUT_UE3_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE3_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE3_PUBLIC_USER := "2910", PX_IMS_SUT_UE3_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE3_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE3_QOP := "auth", PX_IMS_SUT_UE3_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_PCSCF4_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF4_PORT := 5060, PX_IMS_SUT_PCSCF4_HOME_DOMAIN := "pcscf4.home.net", PX_IMS_SUT_UE4_BEARER_IPADDR := "172.31.10.2", PX_IMS_SUT_UE4_HOME_DOMAIN := "sut.net", PX_IMS_SUT_UE4_PUBLIC_USER := "2910", PX_IMS_SUT_UE4_PRIVAT_USERNAME := "abcd", PX_IMS_SUT_UE4_PRIVAT_PASSWD := "1234", PX_IMS_SUT_UE4_QOP := "auth", PX_IMS_SUT_UE4_REGISTRAR := "registrar.sut.net", PX_IMS_SUT_unknownUE_PUBLIC_USER := "0007", PX_IMS_SUT_EMERGENCY_HOME_DOMAIN := "home.net", PX_IMS_SUT_EMERGENCY_SERVICE := "service.sos", PX_IMS_SUT_EMERGENCY_SERVICE_INVALID := "service.sos.invalid", PX_IMS_SUT_IBCF1_IPADDR := "172.31.10.5", PX_IMS_SUT_IBCF1_PORT := 5060, PX_IMS_SUT_IBCF1_HOME_DOMAIN := "ibcf1.sut.net", PX_IMS_SUT_IBCF2_IPADDR := "172.31.10.6", PX_IMS_SUT_IBCF2_PORT := 5060, PX_IMS_SUT_IBCF2_HOME_DOMAIN := "ibcf2.sut.net", PX_IMS_SUT_PCSCF_IPADDR := "172.31.10.2", PX_IMS_SUT_PCSCF_PORT := 5060, PX_IMS_SUT_PCSCF_HOME_DOMAIN := "pcscf.sut.net", PX_IMS_SUT_PCSCF_VisitedNetworkID := "sut token", PX_IMS_SUT_PCSCF_MinSE := "100", PX_IMS_SUT_SCSCF_IPADDR := "172.31.10.4", PX_IMS_SUT_SCSCF_PORT := 5060, PX_IMS_SUT_SCSCF_HOME_DOMAIN := "scscf.sut.net", PX_IMS_SUT_SCSCF_REALM := "realm.scscf", PX_IMS_SUT_ICSCF_IPADDR := "172.31.10.3", PX_IMS_SUT_ICSCF_PORT := 5060, PX_IMS_SUT_ICSCF_HOME_DOMAIN := "icscf.sut.net", PX_IMS_SUT_AS_IPADDR := "172.31.10.7", PX_IMS_SUT_AS_PORT := 5060, PX_IMS_SUT_AS_HOME_DOMAIN := "as.sut.net", PX_IMS_SUT_IMGCF_IPADDR := "172.31.10.10", PX_IMS_SUT_IMGCF_PORT := 5060, PX_IMS_SUT_IMGCF_HOME_DOMAIN := "imgcf.sut.net", PX_IMS_SUT_CONF_IPADDR := "172.31.10.10", PX_IMS_SUT_CONF_PORT := 5060, PX_IMS_SUT_CONF_HOME_DOMAIN := "conf.sut.net", PX_IMS_SUT_CONF_FACTORY_NAME := "factory.uri.name", PX_IMS_TS_UE1_IPADDR := "172.31.1.240", PX_IMS_TS_UE1_PORT := 5060, PX_IMS_TS_UE1_REGISTRAR := "registrar.ts.net" } HC@f5e04996d134: Module LibSip_PIXITS has the following parameters: { PX_SIP_SDP_USER_NAME := "voicesession", PX_SIP_SDP_SESSION_ID := "30000", PX_SIP_SDP_DYN := "0", PX_SIP_SDP_B_MODIFIER := "AS", PX_SIP_SDP_B_BANDWIDTH := 64, PX_SIP_SDP_ENCODING := "PCMU", PX_SIP_SDP_CLOCKRATE := "8000", PX_MB_LENGTH_FROM_ENCVAL := true, PX_USE_FX_FOR_XML_LENGTH := false, PX_SIP_TRANSPORT := "UDP", PX_SIP_REGISTRATION := false, PX_AUTH_ALGORITHM := "AKAv1-MD5", PX_SIP_REGISTER_AUTHENTICATION_ENABLED := true, PX_SIP_INVITE_AUTHENTICATION_ENABLED := false, PX_SIP_TWAIT := 30.000000, PX_SIP_TACK := 8.000000, PX_SIP_TRESP := 15.000000, PX_SIP_TNOACT := 1.000000, PX_SIP_MIME_BOUNDARY := "boundary1" } HC@f5e04996d134: Initializing module AtsNg112_Simulators. HC@f5e04996d134: Initializing module LibItsHttp_Functions. HC@f5e04996d134: Initializing module LibItsHttp_Pics. HC@f5e04996d134: Initialization of module LibItsHttp_Pics finished. HC@f5e04996d134: Initializing module LibItsHttp_TestSystem. HC@f5e04996d134: Initializing module LibCommon_Sync. HC@f5e04996d134: Initializing module LibCommon_AbstractData. HC@f5e04996d134: Initializing module LibCommon_BasicTypesAndValues. HC@f5e04996d134: Initialization of module LibCommon_BasicTypesAndValues finished. HC@f5e04996d134: Initialization of module LibCommon_AbstractData finished. HC@f5e04996d134: Initializing module LibCommon_VerdictControl. HC@f5e04996d134: Initialization of module LibCommon_VerdictControl finished. HC@f5e04996d134: Initialization of module LibCommon_Sync finished. HC@f5e04996d134: Initializing module LibCommon_Time. HC@f5e04996d134: Initialization of module LibCommon_Time finished. HC@f5e04996d134: Initializing module LibItsHttp_TypesAndValues. HC@f5e04996d134: Initializing module LibItsHttp_MessageBodyTypes. HC@f5e04996d134: Initializing module LibItsHttp_XmlMessageBodyTypes. HC@f5e04996d134: Initializing module LibItsHttp_XMLTypes. HC@f5e04996d134: Initialization of module LibItsHttp_XMLTypes finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_geopriv_held. HC@f5e04996d134: Initializing module http_www_w3_org_XML_1998_namespace. HC@f5e04996d134: Initializing module XSD. HC@f5e04996d134: Initializing module UsefulTtcn3Types. HC@f5e04996d134: Initialization of module UsefulTtcn3Types finished. HC@f5e04996d134: Initialization of module XSD finished. HC@f5e04996d134: Initialization of module http_www_w3_org_XML_1998_namespace finished. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_geopriv_held finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_pidf. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_pidf finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_lost1. HC@f5e04996d134: Initializing module http_www_opengis_net_pidflo_1_0. HC@f5e04996d134: Initializing module http_www_opengis_net_gml. HC@f5e04996d134: Initialization of module http_www_opengis_net_gml finished. HC@f5e04996d134: Initialization of module http_www_opengis_net_pidflo_1_0 finished. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_lost1 finished. HC@f5e04996d134: Initialization of module LibItsHttp_XmlMessageBodyTypes finished. HC@f5e04996d134: Initializing module LibItsHttp_BinaryMessageBodyTypes. HC@f5e04996d134: Initialization of module LibItsHttp_BinaryMessageBodyTypes finished. HC@f5e04996d134: Initialization of module LibItsHttp_MessageBodyTypes finished. HC@f5e04996d134: Initialization of module LibItsHttp_TypesAndValues finished. HC@f5e04996d134: Initialization of module LibItsHttp_TestSystem finished. HC@f5e04996d134: Initialization of module LibItsHttp_Functions finished. HC@f5e04996d134: Initializing module LibIms_Steps. HC@f5e04996d134: Initializing module LibIms_Templates. HC@f5e04996d134: Initializing module LibSip_Steps. HC@f5e04996d134: Initializing module LibSip_Templates. HC@f5e04996d134: Initializing module LibSip_Interface. HC@f5e04996d134: Initializing module LibSip_SIPTypesAndValues. HC@f5e04996d134: Initializing module LibSip_MessageBodyTypes. HC@f5e04996d134: Initializing module LibSip_SDPTypes. HC@f5e04996d134: Initializing module LibSip_Common. HC@f5e04996d134: Initialization of module LibSip_Common finished. HC@f5e04996d134: Initialization of module LibSip_SDPTypes finished. HC@f5e04996d134: Initializing module LibSip_SimpleMsgSummaryTypes. HC@f5e04996d134: Initialization of module LibSip_SimpleMsgSummaryTypes finished. HC@f5e04996d134: Initializing module LibSip_XMLTypes. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_resource_lists. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_resource_lists finished. HC@f5e04996d134: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_xcap. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_common_policy. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_common_policy finished. HC@f5e04996d134: Initializing module urn_oma_xml_xdm_common_policy. HC@f5e04996d134: Initialization of module urn_oma_xml_xdm_common_policy finished. HC@f5e04996d134: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_xcap finished. HC@f5e04996d134: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_mcid. HC@f5e04996d134: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_mcid finished. HC@f5e04996d134: Initializing module NoTargetNamespace. HC@f5e04996d134: Initialization of module NoTargetNamespace finished. HC@f5e04996d134: Initializing module urn_3gpp_ns_cw_1_0. HC@f5e04996d134: Initialization of module urn_3gpp_ns_cw_1_0 finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_conference_info. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_conference_info finished. HC@f5e04996d134: Initializing module http_uri_etsi_org_ngn_params_xml_simservs_pstn. HC@f5e04996d134: Initialization of module http_uri_etsi_org_ngn_params_xml_simservs_pstn finished. HC@f5e04996d134: Initializing module http_uri_etsi_org_ngn_params_xml_comm_div_info. HC@f5e04996d134: Initialization of module http_uri_etsi_org_ngn_params_xml_comm_div_info finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_reginfo. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_reginfo finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_basicPolicy finished. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10 finished. HC@f5e04996d134: Initialization of module LibSip_XMLTypes finished. HC@f5e04996d134: Initialization of module LibSip_MessageBodyTypes finished. HC@f5e04996d134: Initialization of module LibSip_SIPTypesAndValues finished. HC@f5e04996d134: Initializing module LibSip_PIXITS. HC@f5e04996d134: Initializing module LibCommon_DataStrings. HC@f5e04996d134: Initialization of module LibCommon_DataStrings finished. HC@f5e04996d134: Initialization of module LibSip_PIXITS finished. HC@f5e04996d134: Initialization of module LibSip_Interface finished. HC@f5e04996d134: Initializing module LibSip_EncdecDeclarations. HC@f5e04996d134: Initializing module LibSip_SMSTypesAndValues. HC@f5e04996d134: Initialization of module LibSip_SMSTypesAndValues finished. HC@f5e04996d134: Initialization of module LibSip_EncdecDeclarations finished. HC@f5e04996d134: Initialization of module LibSip_Templates finished. HC@f5e04996d134: Initialization of module LibSip_Steps finished. HC@f5e04996d134: Initializing module LibIms_SIPTypesAndValues. HC@f5e04996d134: Initialization of module LibIms_SIPTypesAndValues finished. HC@f5e04996d134: Initialization of module LibIms_Templates finished. HC@f5e04996d134: Initializing module LibIms_Interface. HC@f5e04996d134: Initialization of module LibIms_Interface finished. HC@f5e04996d134: Initialization of module LibIms_Steps finished. HC@f5e04996d134: Initializing module LibNg112_Functions. HC@f5e04996d134: Initializing module LibItsHttp_Templates. HC@f5e04996d134: Initialization of module LibItsHttp_Templates finished. HC@f5e04996d134: Initializing module LibItsHttp_XmlTemplates. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_geopriv_held_id. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_geopriv_held_id finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_pidf_geopriv10_civicAddr finished. HC@f5e04996d134: Initialization of module LibItsHttp_XmlTemplates finished. HC@f5e04996d134: Initializing module LibNg112_Steps. HC@f5e04996d134: Initializing module LibNg112_Pixits. HC@f5e04996d134: Initializing module LibNg112_TypesAndValues. HC@f5e04996d134: Initialization of module LibNg112_TypesAndValues finished. HC@f5e04996d134: Initialization of module LibNg112_Pixits finished. HC@f5e04996d134: Initialization of module LibNg112_Steps finished. HC@f5e04996d134: Initializing module LibNg112_TestSystem. HC@f5e04996d134: Initialization of module LibNg112_TestSystem finished. HC@f5e04996d134: Initialization of module LibNg112_Functions finished. HC@f5e04996d134: Initializing module LibNg112_Pics. HC@f5e04996d134: Initialization of module LibNg112_Pics finished. HC@f5e04996d134: Initialization of module AtsNg112_Simulators finished. HC@f5e04996d134: Initializing module AtsNg112_TestCases. HC@f5e04996d134: Initialization of module AtsNg112_TestCases finished. HC@f5e04996d134: Initializing module AtsNg112_TestControl. HC@f5e04996d134: Initialization of module AtsNg112_TestControl finished. HC@f5e04996d134: Initializing module LibCommon_TextStrings. HC@f5e04996d134: Initialization of module LibCommon_TextStrings finished. HC@f5e04996d134: Initializing module LibIms_Library. HC@f5e04996d134: Initialization of module LibIms_Library finished. HC@f5e04996d134: Initializing module LibItsHttp_BinaryTemplates. HC@f5e04996d134: Initialization of module LibItsHttp_BinaryTemplates finished. HC@f5e04996d134: Initializing module LibItsHttp_BinaryTypes. HC@f5e04996d134: Initialization of module LibItsHttp_BinaryTypes finished. HC@f5e04996d134: Initializing module LibItsHttp_EncdecDeclarations. HC@f5e04996d134: Initialization of module LibItsHttp_EncdecDeclarations finished. HC@f5e04996d134: Initializing module LibNg112_EncdecDeclarations. HC@f5e04996d134: Initialization of module LibNg112_EncdecDeclarations finished. HC@f5e04996d134: Initializing module LibNg112_Templates. HC@f5e04996d134: Initialization of module LibNg112_Templates finished. HC@f5e04996d134: Initializing module LibSip_Library. HC@f5e04996d134: Initializing module LibSip_SMSTemplates. HC@f5e04996d134: Initializing module LibSip_SMSFunctions. HC@f5e04996d134: Initialization of module LibSip_SMSFunctions finished. HC@f5e04996d134: Initialization of module LibSip_SMSTemplates finished. HC@f5e04996d134: Initialization of module LibSip_Library finished. HC@f5e04996d134: Initializing module PreGenRecordOf. HC@f5e04996d134: Initialization of module PreGenRecordOf finished. HC@f5e04996d134: Initializing module TitanLoggerApi. HC@f5e04996d134: Initialization of module TitanLoggerApi finished. HC@f5e04996d134: Initializing module urn_ietf_params_xml_ns_geopriv_conf. HC@f5e04996d134: Initialization of module urn_ietf_params_xml_ns_geopriv_conf finished. MC@f5e04996d134: Configuration file was processed on all HCs. HC@f5e04996d134: Configuration data was processed successfully. MC@f5e04996d134: Creating MTC on host 127.0.0.1. HC@f5e04996d134: MTC was created. Process id: 31. MC@f5e04996d134: MTC is created. MTC@f5e04996d134: Executing control part of module AtsNg112_TestControl. MTC@f5e04996d134: Execution of control part in module AtsNg112_TestControl started. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_01 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_01. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x6110000244e8 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/58090 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x6110000244e8 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x6110000244e8 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 257 MTC@f5e04996d134: http_codec::encode_request: length=257 MTC@f5e04996d134: http_codec::encode_request: Content-length: 259 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 443 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 443, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 32 35 39 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 30 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 443 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 55.421001 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 1132 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/58090 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 1132, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 33 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 38 33 36 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 30 30 31 36 31 31 33 2d 30 33 35 39 2d 31 31 65 39 2d 38 61 33 37 2d 64 66 32 38 62 38 35 31 35 36 66 38 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6d 38 47 33 39 6c 69 41 46 51 4e 67 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 35 66 2d 61 33 38 38 37 61 39 38 30 35 33 64 65 66 38 38 30 32 33 34 37 36 64 38 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 6c 38 37 74 34 76 72 61 31 78 36 71 34 75 6f 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 69 75 74 7a 33 6d 74 6d 7a 74 68 6a 6e 35 68 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 6f 69 6e 74 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 70 6f 73 3e 34 33 2e 36 31 36 38 39 31 20 37 2e 30 35 33 31 37 39 3c 2f 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 50 6f 69 6e 74 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 33 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 38 33 36 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 30 30 31 36 31 31 33 2d 30 33 35 39 2d 31 31 65 39 2d 38 61 33 37 2d 64 66 32 38 62 38 35 31 35 36 66 38 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6d 38 47 33 39 6c 69 41 46 51 4e 67 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 35 66 2d 61 33 38 38 37 61 39 38 30 35 33 64 65 66 38 38 30 32 33 34 37 36 64 38 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 6c 38 37 74 34 76 72 61 31 78 36 71 34 75 6f 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 69 75 74 7a 33 6d 74 6d 7a 74 68 6a 6e 35 68 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 6f 69 6e 74 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 70 6f 73 3e 34 33 2e 36 31 36 38 39 31 20 37 2e 30 35 33 31 37 39 3c 2f 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 50 6f 69 6e 74 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:03 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 836\r\nConnection: keep-alive\r\nx-amzn-RequestId: e0016113-0359-11e9-8a37-df28b85156f8\r\nx-amz-apigw-id: SJFm8G39liAFQNg=\r\nX-Amzn-Trace-Id: Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:03 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 836\r\nConnection: keep-alive\r\nx-amzn-RequestId: e0016113-0359-11e9-8a37-df28b85156f8\r\nx-amz-apigw-id: SJFm8G39liAFQNg=\r\nX-Amzn-Trace-Id: Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:03 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 836\r\nConnection: keep-alive\r\nx-amzn-RequestId: e0016113-0359-11e9-8a37-df28b85156f8\r\nx-amz-apigw-id: SJFm8G39liAFQNg=\r\nX-Amzn-Trace-Id: Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 1132, pos: 0, len: 1132 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 1132, pos: 17, len: 1132 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:03 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:03 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 836" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 836" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 836 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e0016113-0359-11e9-8a37-df28b85156f8" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e0016113-0359-11e9-8a37-df28b85156f8" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFm8G39liAFQNg=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFm8G39liAFQNg=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:03 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "836" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e0016113-0359-11e9-8a37-df28b85156f8" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFm8G39liAFQNg=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 1132, pos: 296, len: 1132 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 1132, pos: 296, len: 1132 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303320474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203833360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065303031363131332D303335392D313165392D386133372D6466323862383531353666380D0A782D616D7A2D61706967772D69643A20534A466D384733396C694146514E673D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653935662D6133383837613938303533646566383830323334373664383B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=836 - body length=836 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <presence entity="pres:l87t4vra1x6q4uo" xmlns="urn:ietf:params:xml:ns:pidf"> <tuple id="iutz3mtmzthjn5h"> <status> <geopriv xmlns="urn:ietf:params:xml:ns:pidf:geopriv10"> <location-info> <Point srsName="urn:ogc:def:crs:EPSG::4326" xmlns="http://www.opengis.net/gml"> <pos>43.616891 7.053179</pos> </Point> </location-info> <usage-rules/> <method>gps</method> </geopriv> </status> <timestamp>2017-02-19T09:58:20+00:00</timestamp> </tuple> </presence> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A6C383774347672613178367134756F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D226975747A336D746D7A74686A6E3568223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C506F696E74207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C223E0A202020202020202020202020202020202020202020202020202020203C706F733E34332E36313638393120372E3035333137393C2F706F733E0A2020202020202020202020202020202020202020202020203C2F506F696E743E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:l87t4vra1x6q4uo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns=\"http://www.opengis.net/gml\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:03 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "836" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e0016113-0359-11e9-8a37-df28b85156f8" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFm8G39liAFQNg=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:03 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "836" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e0016113-0359-11e9-8a37-df28b85156f8" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFm8G39liAFQNg=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:03 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "836" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e0016113-0359-11e9-8a37-df28b85156f8" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFm8G39liAFQNg=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 387.897003 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:03 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "836" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e0016113-0359-11e9-8a37-df28b85156f8" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFm8G39liAFQNg=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e95f-a3887a98053def88023476d8;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:l87t4vra1x6q4uo\">\n <tuple id=\"iutz3mtmzthjn5h\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <Point xmlns=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <pos>43.616891 7.053179</pos>\n </Point>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_gml.PointType': Bad XML tag `Point' instead of `pointType' MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_gml.PointType': While checking end tag: Bad XML tag `Point' instead of `pointType' MTC@f5e04996d134: matched MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_01: PASS: IUT successfully responds with a Point *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_01. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_01 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_02 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_02. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000041c28 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/55986 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000041c28 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000041c28 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := omit, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 257 MTC@f5e04996d134: http_codec::encode_request: length=257 MTC@f5e04996d134: http_codec::encode_request: Content-length: 259 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 443 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203235390D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 259\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 443, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 32 35 39 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 31 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 443 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 24.231001 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 1285 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/55986 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 1285, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 34 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 39 38 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 31 32 38 37 36 31 2d 30 33 35 39 2d 31 31 65 39 2d 38 64 64 35 2d 31 33 65 65 63 31 32 36 38 66 36 62 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 52 48 71 69 6c 69 41 46 51 6c 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 38 2d 34 34 35 62 35 35 30 34 33 35 37 33 62 62 38 38 36 32 36 64 63 62 37 32 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 76 77 7a 65 72 6e 67 70 34 32 70 39 68 64 64 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 72 6b 72 6e 6d 65 6a 75 73 73 7a 77 72 72 71 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 34 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 39 38 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 31 32 38 37 36 31 2d 30 33 35 39 2d 31 31 65 39 2d 38 64 64 35 2d 31 33 65 65 63 31 32 36 38 66 36 62 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 52 48 71 69 6c 69 41 46 51 6c 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 38 2d 34 34 35 62 35 35 30 34 33 35 37 33 62 62 38 38 36 32 36 64 63 62 37 32 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 76 77 7a 65 72 6e 67 70 34 32 70 39 68 64 64 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 72 6b 72 6e 6d 65 6a 75 73 73 7a 77 72 72 71 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:04 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5128761-0359-11e9-8dd5-13eec1268f6b\r\nx-amz-apigw-id: SJFoRHqiliAFQlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:04 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5128761-0359-11e9-8dd5-13eec1268f6b\r\nx-amz-apigw-id: SJFoRHqiliAFQlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:04 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5128761-0359-11e9-8dd5-13eec1268f6b\r\nx-amz-apigw-id: SJFoRHqiliAFQlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 1285, pos: 0, len: 1285 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 1285, pos: 17, len: 1285 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:04 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:04 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 989" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 989" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 989 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e5128761-0359-11e9-8dd5-13eec1268f6b" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e5128761-0359-11e9-8dd5-13eec1268f6b" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFoRHqiliAFQlw=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFoRHqiliAFQlw=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:04 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5128761-0359-11e9-8dd5-13eec1268f6b" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoRHqiliAFQlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 1285, pos: 296, len: 1285 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 1285, pos: 296, len: 1285 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303420474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353132383736312D303335392D313165392D386464352D3133656563313236386636620D0A782D616D7A2D61706967772D69643A20534A466F524871696C694146516C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D3434356235353034333537336262383836323664636237323B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=989 - body length=989 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <presence entity="pres:vwzerngp42p9hdd" xmlns="urn:ietf:params:xml:ns:pidf"> <tuple id="rkrnmejusszwrrq"> <status> <geopriv xmlns="urn:ietf:params:xml:ns:pidf:geopriv10"> <location-info> <gs:Circle xmlns:gml="http://www.opengis.net/gml" srsName="urn:ogc:def:crs:EPSG::4326" xmlns:gs="http://www.opengis.net/pidflo/1.0"> <gml:pos>43.617174 7.05275</gml:pos> <gs:radius uom="urn:ogc:def:uom:EPSG::9001">15.0</gs:radius> </gs:Circle> </location-info> <usage-rules/> <method>gps</method> </geopriv> </status> <timestamp>2017-02-19T09:58:20+00:00</timestamp> </tuple> </presence> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A76777A65726E6770343270396864642220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22726B726E6D656A7573737A77727271223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:vwzerngp42p9hdd\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:04 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5128761-0359-11e9-8dd5-13eec1268f6b" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoRHqiliAFQlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:04 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5128761-0359-11e9-8dd5-13eec1268f6b" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoRHqiliAFQlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:04 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5128761-0359-11e9-8dd5-13eec1268f6b" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoRHqiliAFQlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 236.496002 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:04 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5128761-0359-11e9-8dd5-13eec1268f6b" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoRHqiliAFQlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-445b55043573bb88626dcb72;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:vwzerngp42p9hdd\">\n <tuple id=\"rkrnmejusszwrrq\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_pidflo_1_0.CircleType': Bad XML tag `Circle' instead of `circleType' MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_pidflo_1_0.CircleType': While checking end tag: Bad XML tag `Circle' instead of `circleType' MTC@f5e04996d134: matched MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_02: PASS: IUT successfully responds with a Point *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_02. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_02 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_03 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_03. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x6110000284a8 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/59942 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x6110000284a8 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x6110000284a8 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 322 MTC@f5e04996d134: http_codec::encode_request: length=322 MTC@f5e04996d134: http_codec::encode_request: Content-length: 324 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 508 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332340D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332340D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 324\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332340D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 324\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332340D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 324\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 508, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 32 34 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 6c 6f 63 61 74 69 6f 6e 55 52 49 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 31 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 508 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 23.705000 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 625 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/59942 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 625, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 33 32 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 37 66 63 37 61 36 2d 30 33 35 39 2d 31 31 65 39 2d 62 31 39 65 2d 64 64 33 36 33 33 32 30 62 61 66 37 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 59 47 6b 38 6c 69 41 46 6e 38 51 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 38 2d 65 31 30 33 36 36 61 32 30 62 30 34 37 39 39 33 66 31 39 62 64 32 38 39 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 20 65 78 70 69 72 65 73 3d 22 32 30 31 38 2d 31 32 2d 31 39 54 30 36 3a 35 37 3a 30 35 2b 30 30 3a 30 30 22 3e 0a 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 68 74 74 70 73 3a 2f 2f 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 2f 61 70 69 2f 6c 6f 63 72 65 66 3f 72 65 66 3d 39 37 30 62 35 33 32 31 2d 65 33 65 64 2d 34 39 62 36 2d 38 30 64 61 2d 62 33 35 64 65 38 30 64 35 37 30 32 3c 2f 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 0a 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 33 32 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 37 66 63 37 61 36 2d 30 33 35 39 2d 31 31 65 39 2d 62 31 39 65 2d 64 64 33 36 33 33 32 30 62 61 66 37 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 59 47 6b 38 6c 69 41 46 6e 38 51 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 38 2d 65 31 30 33 36 36 61 32 30 62 30 34 37 39 39 33 66 31 39 62 64 32 38 39 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 20 65 78 70 69 72 65 73 3d 22 32 30 31 38 2d 31 32 2d 31 39 54 30 36 3a 35 37 3a 30 35 2b 30 30 3a 30 30 22 3e 0a 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 68 74 74 70 73 3a 2f 2f 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 2f 61 70 69 2f 6c 6f 63 72 65 66 3f 72 65 66 3d 39 37 30 62 35 33 32 31 2d 65 33 65 64 2d 34 39 62 36 2d 38 30 64 61 2d 62 33 35 64 65 38 30 64 35 37 30 32 3c 2f 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 0a 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e57fc7a6-0359-11e9-b19e-dd363320baf7\r\nx-amz-apigw-id: SJFoYGk8liAFn8Q=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e57fc7a6-0359-11e9-b19e-dd363320baf7\r\nx-amz-apigw-id: SJFoYGk8liAFn8Q=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e57fc7a6-0359-11e9-b19e-dd363320baf7\r\nx-amz-apigw-id: SJFoYGk8liAFn8Q=\r\nX-Amzn-Trace-Id: Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 625, pos: 0, len: 625 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 625, pos: 17, len: 625 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:05 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:05 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 329" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 329" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 329 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e57fc7a6-0359-11e9-b19e-dd363320baf7" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e57fc7a6-0359-11e9-b19e-dd363320baf7" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFoYGk8liAFn8Q=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFoYGk8liAFn8Q=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e57fc7a6-0359-11e9-b19e-dd363320baf7" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoYGk8liAFn8Q=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 625, pos: 296, len: 625 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 625, pos: 296, len: 625 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065353766633761362D303335392D313165392D623139652D6464333633333230626166370D0A782D616D7A2D61706967772D69643A20534A466F59476B386C6941466E38513D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936382D6531303336366132306230343739393366313962643238393B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=329 - body length=329 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <locationUriSet expires="2018-12-19T06:57:05+00:00"> <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI> </locationUriSet> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30352B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D39373062353332312D653365642D343962362D383064612D6233356465383064353730323C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:05+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702</locationURI>\n </locationUriSet>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e57fc7a6-0359-11e9-b19e-dd363320baf7" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoYGk8liAFn8Q=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e57fc7a6-0359-11e9-b19e-dd363320baf7" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoYGk8liAFn8Q=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e57fc7a6-0359-11e9-b19e-dd363320baf7" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoYGk8liAFn8Q=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 80.009003 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e57fc7a6-0359-11e9-b19e-dd363320baf7" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoYGk8liAFn8Q=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e968-e10366a20b047993f19bd289;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:05+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=970b5321-e3ed-49b6-80da-b35de80d5702" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_03: PASS: IUT successfully responds with a Reference *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_03. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_03 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_04 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_04. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000069228 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/34108 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000069228 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000069228 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 319 MTC@f5e04996d134: http_codec::encode_request: length=319 MTC@f5e04996d134: http_codec::encode_request: Content-length: 321 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 505 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 321\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 321\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203332310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 321\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 505, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 32 31 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 67 65 6f 64 65 74 69 63 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 31 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 505 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 54.855999 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 1285 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/34108 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 1285, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 39 38 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 64 38 34 37 61 34 2d 30 33 35 39 2d 31 31 65 39 2d 38 62 38 30 2d 63 66 31 61 63 34 61 64 32 32 31 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 65 48 4c 30 6c 69 41 46 6b 4c 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 39 2d 32 62 30 61 65 34 39 32 61 35 31 66 37 63 31 37 65 30 66 36 65 38 63 62 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 67 6f 7a 6a 67 63 6b 74 6c 6c 75 75 6f 6c 69 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 71 6b 79 67 69 69 6f 71 6c 76 61 6d 71 69 6f 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 39 38 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 35 64 38 34 37 61 34 2d 30 33 35 39 2d 31 31 65 39 2d 38 62 38 30 2d 63 66 31 61 63 34 61 64 32 32 31 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 65 48 4c 30 6c 69 41 46 6b 4c 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 39 2d 32 62 30 61 65 34 39 32 61 35 31 66 37 63 31 37 65 30 66 36 65 38 63 62 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 67 6f 7a 6a 67 63 6b 74 6c 6c 75 75 6f 6c 69 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 71 6b 79 67 69 69 6f 71 6c 76 61 6d 71 69 6f 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5d847a4-0359-11e9-8b80-cf1ac4ad2213\r\nx-amz-apigw-id: SJFoeHL0liAFkLA=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5d847a4-0359-11e9-8b80-cf1ac4ad2213\r\nx-amz-apigw-id: SJFoeHL0liAFkLA=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:05 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 989\r\nConnection: keep-alive\r\nx-amzn-RequestId: e5d847a4-0359-11e9-8b80-cf1ac4ad2213\r\nx-amz-apigw-id: SJFoeHL0liAFkLA=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 1285, pos: 0, len: 1285 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 1285, pos: 17, len: 1285 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:05 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:05 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 989" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 989" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 989 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e5d847a4-0359-11e9-8b80-cf1ac4ad2213" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e5d847a4-0359-11e9-8b80-cf1ac4ad2213" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFoeHL0liAFkLA=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFoeHL0liAFkLA=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5d847a4-0359-11e9-8b80-cf1ac4ad2213" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoeHL0liAFkLA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 1285, pos: 296, len: 1285 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 1285, pos: 296, len: 1285 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203938390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065356438343761342D303335392D313165392D386238302D6366316163346164323231330D0A782D616D7A2D61706967772D69643A20534A466F65484C306C6941466B4C413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D3262306165343932613531663763313765306636653863623B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=989 - body length=989 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <presence entity="pres:gozjgcktlluuoli" xmlns="urn:ietf:params:xml:ns:pidf"> <tuple id="qkygiioqlvamqio"> <status> <geopriv xmlns="urn:ietf:params:xml:ns:pidf:geopriv10"> <location-info> <gs:Circle xmlns:gml="http://www.opengis.net/gml" srsName="urn:ogc:def:crs:EPSG::4326" xmlns:gs="http://www.opengis.net/pidflo/1.0"> <gml:pos>43.617174 7.05275</gml:pos> <gs:radius uom="urn:ogc:def:uom:EPSG::9001">15.0</gs:radius> </gs:Circle> </location-info> <usage-rules/> <method>gps</method> </geopriv> </status> <timestamp>2017-02-19T09:58:20+00:00</timestamp> </tuple> </presence> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A676F7A6A67636B746C6C75756F6C692220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22716B796769696F716C76616D71696F223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A202020202020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A202020202020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A2020202020202020202020202020202020202020202020203C2F67733A436972636C653E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:gozjgcktlluuoli\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5d847a4-0359-11e9-8b80-cf1ac4ad2213" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoeHL0liAFkLA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5d847a4-0359-11e9-8b80-cf1ac4ad2213" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoeHL0liAFkLA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5d847a4-0359-11e9-8b80-cf1ac4ad2213" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoeHL0liAFkLA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 162.968994 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:05 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "989" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e5d847a4-0359-11e9-8b80-cf1ac4ad2213" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFoeHL0liAFkLA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-2b0ae492a51f7c17e0f6e8cb;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:gozjgcktlluuoli\">\n <tuple id=\"qkygiioqlvamqio\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\" srsName=\"urn:ogc:def:crs:EPSG::4326\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_pidflo_1_0.CircleType': Bad XML tag `Circle' instead of `circleType' MTC@f5e04996d134: Warning: While XER-decoding type '@http_www_opengis_net_pidflo_1_0.CircleType': While checking end tag: Bad XML tag `Circle' instead of `circleType' MTC@f5e04996d134: matched MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_04: PASS: IUT successfully responds with a Point *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_04. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_04 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_05 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_05. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000082c28 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/55992 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000082c28 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000082c28 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { geodetic (1) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 345 MTC@f5e04996d134: http_codec::encode_request: length=345 MTC@f5e04996d134: http_codec::encode_request: Content-length: 347 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 531 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203334370D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203334370D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 347\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203334370D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 347\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203334370D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E67656F64657469633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E7369703A6E6F5F6F6E65406578616D706C652E6E65743B67723D6B6A68323978393775733937643C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 347\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>geodetic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>sip:no_one@example.net;gr=kjh29x97us97d</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 531, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 34 37 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 67 65 6f 64 65 74 69 63 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 73 69 70 3a 6e 6f 5f 6f 6e 65 40 65 78 61 6d 70 6c 65 2e 6e 65 74 3b 67 72 3d 6b 6a 68 32 39 78 39 37 75 73 39 37 64 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 531 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 26.420000 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 501 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/55992 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 501, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 36 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 30 35 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 32 35 61 34 66 38 2d 30 33 35 39 2d 31 31 65 39 2d 38 61 33 63 2d 64 62 32 38 33 61 31 34 62 65 36 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 6a 48 48 72 6c 69 41 46 57 6c 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 39 2d 64 32 36 62 38 64 38 62 62 61 62 39 30 66 30 66 36 31 36 32 35 32 61 66 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 65 72 72 6f 72 20 63 6f 64 65 3d 22 6c 6f 63 61 74 69 6f 6e 55 6e 6b 6e 6f 77 6e 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6d 65 73 73 61 67 65 20 78 6d 6c 3a 6c 61 6e 67 3d 22 65 6e 22 3e 55 6e 61 62 6c 65 20 74 6f 20 64 65 74 65 72 6d 69 6e 65 20 6c 6f 63 61 74 69 6f 6e 3c 2f 6d 65 73 73 61 67 65 3e 0a 3c 2f 65 72 72 6f 72 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 36 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 30 35 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 32 35 61 34 66 38 2d 30 33 35 39 2d 31 31 65 39 2d 38 61 33 63 2d 64 62 32 38 33 61 31 34 62 65 36 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 6a 48 48 72 6c 69 41 46 57 6c 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 39 2d 64 32 36 62 38 64 38 62 62 61 62 39 30 66 30 66 36 31 36 32 35 32 61 66 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 65 72 72 6f 72 20 63 6f 64 65 3d 22 6c 6f 63 61 74 69 6f 6e 55 6e 6b 6e 6f 77 6e 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6d 65 73 73 61 67 65 20 78 6d 6c 3a 6c 61 6e 67 3d 22 65 6e 22 3e 55 6e 61 62 6c 65 20 74 6f 20 64 65 74 65 72 6d 69 6e 65 20 6c 6f 63 61 74 69 6f 6e 3c 2f 6d 65 73 73 61 67 65 3e 0a 3c 2f 65 72 72 6f 72 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 205\r\nConnection: keep-alive\r\nx-amzn-RequestId: e625a4f8-0359-11e9-8a3c-db283a14be63\r\nx-amz-apigw-id: SJFojHHrliAFWlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 205\r\nConnection: keep-alive\r\nx-amzn-RequestId: e625a4f8-0359-11e9-8a3c-db283a14be63\r\nx-amz-apigw-id: SJFojHHrliAFWlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 205\r\nConnection: keep-alive\r\nx-amzn-RequestId: e625a4f8-0359-11e9-8a3c-db283a14be63\r\nx-amz-apigw-id: SJFojHHrliAFWlw=\r\nX-Amzn-Trace-Id: Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 501, pos: 0, len: 501 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 501, pos: 17, len: 501 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:06 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:06 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 205" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 205" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 205 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e625a4f8-0359-11e9-8a3c-db283a14be63" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e625a4f8-0359-11e9-8a3c-db283a14be63" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFojHHrliAFWlw=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFojHHrliAFWlw=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "205" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e625a4f8-0359-11e9-8a3c-db283a14be63" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFojHHrliAFWlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 501, pos: 296, len: 501 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 501, pos: 296, len: 501 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203230350D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363235613466382D303335392D313165392D386133632D6462323833613134626536330D0A782D616D7A2D61706967772D69643A20534A466F6A4848726C694146576C773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936392D6432366238643862626162393066306636313632353261663B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=205 - body length=205 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <error code="locationUnknown" xmlns="urn:ietf:params:xml:ns:geopriv:held"> <message xml:lang="en">Unable to determine location</message> </error> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D226C6F636174696F6E556E6B6E6F776E2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E556E61626C6520746F2064657465726D696E65206C6F636174696F6E3C2F6D6573736167653E0A3C2F6572726F723E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"locationUnknown\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Unable to determine location</message>\n</error>") MTC@f5e04996d134: <<< held_codec::decode: { errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "205" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e625a4f8-0359-11e9-8a3c-db283a14be63" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFojHHrliAFWlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" } } }, body := { xml_body := { errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "205" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e625a4f8-0359-11e9-8a3c-db283a14be63" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFojHHrliAFWlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" } } }, body := { xml_body := { errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "205" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e625a4f8-0359-11e9-8a3c-db283a14be63" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFojHHrliAFWlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" } } }, body := { xml_body := { errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 36.492001 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "205" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e625a4f8-0359-11e9-8a3c-db283a14be63" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFojHHrliAFWlw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e969-d26b8d8bbab90f0f616252af;Sampled=0" } } }, body := { xml_body := { errorType := { code := "locationUnknown", attr := omit, message_list := { { lang := "en", attr := omit, base := "Unable to determine location" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_05: PASS: Error message received *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_05. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_05 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_06 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_06. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000049068 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/34112 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000049068 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000049068 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 316 MTC@f5e04996d134: http_codec::encode_request: length=316 MTC@f5e04996d134: http_codec::encode_request: Content-length: 318 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 502 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839323C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567892</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 502, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 31 38 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 63 69 76 69 63 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 32 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 502 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 23.363001 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 1663 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/34112 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 1663, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 36 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 31 33 36 36 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 36 30 36 34 33 34 2d 30 33 35 39 2d 31 31 65 39 2d 38 62 62 62 2d 37 37 31 66 33 38 38 33 65 39 64 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 6e 46 61 45 6c 69 41 46 59 44 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 61 2d 33 38 64 39 37 31 30 30 62 31 31 30 35 36 64 63 66 31 38 32 34 33 34 38 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 70 37 69 68 70 6a 37 33 79 33 37 72 68 6d 72 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 37 6f 67 6f 71 65 61 6e 67 6c 6f 62 70 73 68 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 63 69 76 69 63 41 64 64 72 65 73 73 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 3a 63 69 76 69 63 41 64 64 72 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 63 6f 75 6e 74 72 79 3e 41 55 3c 2f 63 6f 75 6e 74 72 79 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 31 3e 4e 53 57 3c 2f 41 31 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 33 3e 57 6f 6c 6c 6f 6e 67 6f 6e 67 3c 2f 41 33 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 34 3e 47 77 79 6e 6e 65 76 69 6c 6c 65 3c 2f 41 34 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 53 54 53 3e 4e 6f 72 74 68 66 69 65 6c 64 20 41 76 65 6e 75 65 3c 2f 53 54 53 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 4c 4d 4b 3e 55 6e 69 76 65 72 73 69 74 79 20 6f 66 20 57 6f 6c 6c 6f 6e 67 6f 6e 67 3c 2f 4c 4d 4b 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 46 4c 52 3e 32 3c 2f 46 4c 52 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 4e 41 4d 3e 41 6e 64 72 65 77 20 43 6f 72 70 6f 72 61 74 69 6f 6e 3c 2f 4e 41 4d 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 43 3e 32 35 30 30 3c 2f 50 43 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 42 4c 44 3e 33 39 3c 2f 42 4c 44 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 53 45 41 54 3e 57 53 2d 31 38 33 3c 2f 53 45 41 54 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 4f 42 4f 58 3e 55 34 30 3c 2f 50 4f 42 4f 58 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 63 69 76 69 63 41 64 64 72 65 73 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 4d 61 6e 75 61 6c 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 36 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 31 33 36 36 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 36 30 36 34 33 34 2d 30 33 35 39 2d 31 31 65 39 2d 38 62 62 62 2d 37 37 31 66 33 38 38 33 65 39 64 33 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 6e 46 61 45 6c 69 41 46 59 44 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 61 2d 33 38 64 39 37 31 30 30 62 31 31 30 35 36 64 63 66 31 38 32 34 33 34 38 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 70 37 69 68 70 6a 37 33 79 33 37 72 68 6d 72 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 37 6f 67 6f 71 65 61 6e 67 6c 6f 62 70 73 68 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 63 69 76 69 63 41 64 64 72 65 73 73 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 3a 63 69 76 69 63 41 64 64 72 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 63 6f 75 6e 74 72 79 3e 41 55 3c 2f 63 6f 75 6e 74 72 79 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 31 3e 4e 53 57 3c 2f 41 31 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 33 3e 57 6f 6c 6c 6f 6e 67 6f 6e 67 3c 2f 41 33 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 41 34 3e 47 77 79 6e 6e 65 76 69 6c 6c 65 3c 2f 41 34 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 53 54 53 3e 4e 6f 72 74 68 66 69 65 6c 64 20 41 76 65 6e 75 65 3c 2f 53 54 53 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 4c 4d 4b 3e 55 6e 69 76 65 72 73 69 74 79 20 6f 66 20 57 6f 6c 6c 6f 6e 67 6f 6e 67 3c 2f 4c 4d 4b 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 46 4c 52 3e 32 3c 2f 46 4c 52 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 4e 41 4d 3e 41 6e 64 72 65 77 20 43 6f 72 70 6f 72 61 74 69 6f 6e 3c 2f 4e 41 4d 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 43 3e 32 35 30 30 3c 2f 50 43 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 42 4c 44 3e 33 39 3c 2f 42 4c 44 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 53 45 41 54 3e 57 53 2d 31 38 33 3c 2f 53 45 41 54 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 50 4f 42 4f 58 3e 55 34 30 3c 2f 50 4f 42 4f 58 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 63 69 76 69 63 41 64 64 72 65 73 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 4d 61 6e 75 61 6c 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 20 20 20 20 3c 2f 70 72 65 73 65 6e 63 65 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 1366\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6606434-0359-11e9-8bbb-771f3883e9d3\r\nx-amz-apigw-id: SJFonFaEliAFYDA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 1366\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6606434-0359-11e9-8bbb-771f3883e9d3\r\nx-amz-apigw-id: SJFonFaEliAFYDA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:06 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 1366\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6606434-0359-11e9-8bbb-771f3883e9d3\r\nx-amz-apigw-id: SJFonFaEliAFYDA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 1663, pos: 0, len: 1663 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 1663, pos: 17, len: 1663 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:06 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:06 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 1366" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 1366" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 1366 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e6606434-0359-11e9-8bbb-771f3883e9d3" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e6606434-0359-11e9-8bbb-771f3883e9d3" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFonFaEliAFYDA=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFonFaEliAFYDA=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "1366" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6606434-0359-11e9-8bbb-771f3883e9d3" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFonFaEliAFYDA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 1663, pos: 297, len: 1663 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 1663, pos: 297, len: 1663 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303620474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A20313336360D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065363630363433342D303335392D313165392D386262622D3737316633383833653964330D0A782D616D7A2D61706967772D69643A20534A466F6E4661456C6941465944413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936612D3338643937313030623131303536646366313832343334383B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=1366 - body length=1366 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <presence entity="pres:p7ihpj73y37rhmr" xmlns="urn:ietf:params:xml:ns:pidf"> <tuple id="7ogoqeanglobpsh"> <status> <geopriv xmlns="urn:ietf:params:xml:ns:pidf:geopriv10"> <location-info> <civicAddress xmlns="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr"> <country>AU</country> <A1>NSW</A1> <A3>Wollongong</A3> <A4>Gwynneville</A4> <STS>Northfield Avenue</STS> <LMK>University of Wollongong</LMK> <FLR>2</FLR> <NAM>Andrew Corporation</NAM> <PC>2500</PC> <BLD>39</BLD> <SEAT>WS-183</SEAT> <POBOX>U40</POBOX> </civicAddress> </location-info> <usage-rules/> <method>Manual</method> </geopriv> </status> <timestamp>2017-02-19T09:58:20+00:00</timestamp> </tuple> </presence> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C70726573656E636520656E746974793D22707265733A70376968706A373379333772686D722220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A20202020202020203C7475706C652069643D22376F676F7165616E676C6F62707368223E0A2020202020202020202020203C7374617475733E0A202020202020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A20202020202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A2020202020202020202020202020202020202020202020203C63697669634164647265737320786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F7072697631303A636976696341646472223E0A202020202020202020202020202020202020202020202020202020203C636F756E7472793E41553C2F636F756E7472793E0A202020202020202020202020202020202020202020202020202020203C41313E4E53573C2F41313E0A202020202020202020202020202020202020202020202020202020203C41333E576F6C6C6F6E676F6E673C2F41333E0A202020202020202020202020202020202020202020202020202020203C41343E4777796E6E6576696C6C653C2F41343E0A202020202020202020202020202020202020202020202020202020203C5354533E4E6F7274686669656C64204176656E75653C2F5354533E0A202020202020202020202020202020202020202020202020202020203C4C4D4B3E556E6976657273697479206F6620576F6C6C6F6E676F6E673C2F4C4D4B3E0A202020202020202020202020202020202020202020202020202020203C464C523E323C2F464C523E0A202020202020202020202020202020202020202020202020202020203C4E414D3E416E6472657720436F72706F726174696F6E3C2F4E414D3E0A202020202020202020202020202020202020202020202020202020203C50433E323530303C2F50433E0A202020202020202020202020202020202020202020202020202020203C424C443E33393C2F424C443E0A202020202020202020202020202020202020202020202020202020203C534541543E57532D3138333C2F534541543E0A202020202020202020202020202020202020202020202020202020203C504F424F583E5534303C2F504F424F583E0A2020202020202020202020202020202020202020202020203C2F6369766963416464726573733E0A20202020202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C75736167652D72756C65732F3E0A20202020202020202020202020202020202020203C6D6574686F643E4D616E75616C3C2F6D6574686F643E0A202020202020202020202020202020203C2F67656F707269763E0A2020202020202020202020203C2F7374617475733E0A2020202020202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A20202020202020203C2F7475706C653E0A202020203C2F70726573656E63653E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <presence entity=\"pres:p7ihpj73y37rhmr\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "1366" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6606434-0359-11e9-8bbb-771f3883e9d3" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFonFaEliAFYDA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "1366" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6606434-0359-11e9-8bbb-771f3883e9d3" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFonFaEliAFYDA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "1366" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6606434-0359-11e9-8bbb-771f3883e9d3" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFonFaEliAFYDA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 408.186005 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:06 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "1366" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6606434-0359-11e9-8bbb-771f3883e9d3" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFonFaEliAFYDA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96a-38d97100b11056dcf1824348;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := omit, elem_list := { "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\" entity=\"pres:p7ihpj73y37rhmr\">\n <tuple id=\"7ogoqeanglobpsh\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <civicAddress xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr\">\n <country>AU</country>\n <A1>NSW</A1>\n <A3>Wollongong</A3>\n <A4>Gwynneville</A4>\n <STS>Northfield Avenue</STS>\n <LMK>University of Wollongong</LMK>\n <FLR>2</FLR>\n <NAM>Andrew Corporation</NAM>\n <PC>2500</PC>\n <BLD>39</BLD>\n <SEAT>WS-183</SEAT>\n <POBOX>U40</POBOX>\n </civicAddress>\n </location-info>\n <usage-rules/>\n <method>Manual</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n </presence>" } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: matched MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_06: PASS: IUT successfully responds with a correct CivicAddress *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_06. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_06 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_07 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_POST_BV_07. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000041c28 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/34114 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000041c28 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000041c28 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := true, base := { alt_1 := { civic (0) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 316 MTC@f5e04996d134: http_codec::encode_request: length=316 MTC@f5e04996d134: http_codec::encode_request: Content-length: 318 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 502 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331380D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970652065786163743D2774727565273E63697669633C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839303C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 318\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType exact='true'>civic</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567890</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 502, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 31 38 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 20 65 78 61 63 74 3d 27 74 72 75 65 27 3e 63 69 76 69 63 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 30 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 502 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 22.275999 ms MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 518 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/34114 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 518, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 37 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 32 32 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 64 65 34 36 37 65 2d 30 33 35 39 2d 31 31 65 39 2d 39 31 32 33 2d 39 35 32 36 61 35 65 66 30 36 37 38 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 76 47 2d 6b 46 69 41 46 75 71 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 34 32 38 39 66 65 33 63 64 36 66 34 32 39 33 63 62 62 38 62 34 32 32 32 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 65 72 72 6f 72 20 63 6f 64 65 3d 22 63 61 6e 6e 6f 74 50 72 6f 76 69 64 65 4c 69 54 79 70 65 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6d 65 73 73 61 67 65 20 78 6d 6c 3a 6c 61 6e 67 3d 22 65 6e 22 3e 43 61 6e 6e 6f 74 20 70 72 6f 76 69 64 65 20 73 70 65 63 69 66 69 65 64 20 6c 6f 63 61 74 69 6f 6e 20 74 79 70 65 28 73 29 3c 2f 6d 65 73 73 61 67 65 3e 0a 3c 2f 65 72 72 6f 72 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 37 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 32 32 32 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 36 64 65 34 36 37 65 2d 30 33 35 39 2d 31 31 65 39 2d 39 31 32 33 2d 39 35 32 36 61 35 65 66 30 36 37 38 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 76 47 2d 6b 46 69 41 46 75 71 41 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 34 32 38 39 66 65 33 63 64 36 66 34 32 39 33 63 62 62 38 62 34 32 32 32 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 65 72 72 6f 72 20 63 6f 64 65 3d 22 63 61 6e 6e 6f 74 50 72 6f 76 69 64 65 4c 69 54 79 70 65 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6d 65 73 73 61 67 65 20 78 6d 6c 3a 6c 61 6e 67 3d 22 65 6e 22 3e 43 61 6e 6e 6f 74 20 70 72 6f 76 69 64 65 20 73 70 65 63 69 66 69 65 64 20 6c 6f 63 61 74 69 6f 6e 20 74 79 70 65 28 73 29 3c 2f 6d 65 73 73 61 67 65 3e 0a 3c 2f 65 72 72 6f 72 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 222\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6de467e-0359-11e9-9123-9526a5ef0678\r\nx-amz-apigw-id: SJFovG-kFiAFuqA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 222\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6de467e-0359-11e9-9123-9526a5ef0678\r\nx-amz-apigw-id: SJFovG-kFiAFuqA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 222\r\nConnection: keep-alive\r\nx-amzn-RequestId: e6de467e-0359-11e9-9123-9526a5ef0678\r\nx-amz-apigw-id: SJFovG-kFiAFuqA=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 518, pos: 0, len: 518 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 518, pos: 17, len: 518 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:07 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:07 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 222" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 222" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 222 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e6de467e-0359-11e9-9123-9526a5ef0678" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e6de467e-0359-11e9-9123-9526a5ef0678" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFovG-kFiAFuqA=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFovG-kFiAFuqA=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "222" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6de467e-0359-11e9-9123-9526a5ef0678" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFovG-kFiAFuqA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 518, pos: 296, len: 518 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 518, pos: 296, len: 518 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203232320D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065366465343637652D303335392D313165392D393132332D3935323661356566303637380D0A782D616D7A2D61706967772D69643A20534A466F76472D6B466941467571413D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432383966653363643666343239336362623862343232323B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=222 - body length=222 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <error code="cannotProvideLiType" xmlns="urn:ietf:params:xml:ns:geopriv:held"> <message xml:lang="en">Cannot provide specified location type(s)</message> </error> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6572726F7220636F64653D2263616E6E6F7450726F766964654C69547970652220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6D65737361676520786D6C3A6C616E673D22656E223E43616E6E6F742070726F7669646520737065636966696564206C6F636174696F6E20747970652873293C2F6D6573736167653E0A3C2F6572726F723E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<error code=\"cannotProvideLiType\" xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <message xml:lang=\"en\">Cannot provide specified location type(s)</message>\n</error>") MTC@f5e04996d134: <<< held_codec::decode: { errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "222" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6de467e-0359-11e9-9123-9526a5ef0678" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFovG-kFiAFuqA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" } } }, body := { xml_body := { errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "222" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6de467e-0359-11e9-9123-9526a5ef0678" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFovG-kFiAFuqA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" } } }, body := { xml_body := { errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "222" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6de467e-0359-11e9-9123-9526a5ef0678" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFovG-kFiAFuqA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" } } }, body := { xml_body := { errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 37.865002 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "222" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e6de467e-0359-11e9-9123-9526a5ef0678" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFovG-kFiAFuqA=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-4289fe3cd6f4293cbb8b4222;Sampled=0" } } }, body := { xml_body := { errorType := { code := "cannotProvideLiType", attr := omit, message_list := { { lang := "en", attr := omit, base := "Cannot provide specified location type(s)" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: *** TC_LIS_HTTP_POST_BV_07: PASS: Expected error message received *** MTC@f5e04996d134: setverdict(pass): pass -> pass, component reason not changed MTC@f5e04996d134: **** f_selfSync: Successfully passed TEST BODY synchronization point. **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_POST_BV_07. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: pass MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_POST_BV_07 finished. Verdict: pass MTC@f5e04996d134: Test case TC_LIS_HTTP_GET_BV_01 started. MTC@f5e04996d134: Initializing variables, timers and ports of component type LibItsHttp_TestSystem.HttpComponent inside testcase TC_LIS_HTTP_GET_BV_01. MTC@f5e04996d134: Port syncPort was started. MTC@f5e04996d134: Port syncSendPort was started. MTC@f5e04996d134: >>> HttpPort::user_start MTC@f5e04996d134: Port httpPort was started. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was initialized. MTC@f5e04996d134: Mapping port mtc:httpPort to system:httpPort. MTC@f5e04996d134: HttpPort::set_parameter: params=HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> HttpPort::user_map: httpPort MTC@f5e04996d134: HttpPort::user_map: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: >>> params::convert: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec)/TCP(debug=1, - codecs - lost:lost_codec;held:held_codec)/TCP(debug=1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1) - use_ssl - 1) - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> layer_stack_builder::create_layer_stack: HTTP(codecs=lost:lost_codec;held:held_codec)/TCP(debug=1,server=lis.gridgears.io,use_ssl=1) MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - HTTP(codecs=lost:lost_codec;held:held_codec)/ - HTTP - (codecs=lost:lost_codec;held:held_codec) - codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> http_layer::http_layer: HTTP, codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: >>> params::convert: codecs=lost:lost_codec;held:held_codec MTC@f5e04996d134: params::convert: 4 - codecs=lost:lost_codec;held:held_codec - codecs - lost:lost_codec;held:held_codec - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: >>> http_codec::set_payload_codecs: lost:lost_codec;held:held_codec MTC@f5e04996d134: http_codec::set_payload_codecs: 6 - lost - lost_codec - ;held:held_codec - held - held_codec - - - MTC@f5e04996d134: http_codec::set_payload_codecs: insert (lost, lost_codec), j = 1 MTC@f5e04996d134: http_codec::set_payload_codecs: insert (held, held_codec), j = 4 MTC@f5e04996d134: http_codec::set_payload_codecs: _codecs length=2 - 0x611000060628 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for HTTP MTC@f5e04996d134: layer_stack_builder::create_layer_stack: 5 - TCP(debug=1,server=lis.gridgears.io,use_ssl=1) - TCP - (debug=1,server=lis.gridgears.io,use_ssl=1) - debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Create layer TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> tcp_layer::tcp_layer: TCP, debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: >>> params::convert: debug=1,server=lis.gridgears.io,use_ssl=1 MTC@f5e04996d134: params::convert: 4 - debug=1, - debug - 1 - , MTC@f5e04996d134: params::convert: 4 - server=lis.gridgears.io, - server - lis.gridgears.io - , MTC@f5e04996d134: params::convert: 4 - use_ssl=1 - use_ssl - 1 - MTC@f5e04996d134: <<< params::convert MTC@f5e04996d134: params::log MTC@f5e04996d134: (debug, 1) MTC@f5e04996d134: (server, lis.gridgears.io) MTC@f5e04996d134: (use_ssl, 1) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server, lis.gridgears.io) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(port, 443) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(local_port, 443) MTC@f5e04996d134: tcp_layer::set_parameter: Unprocessed parameter: local_port MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(use_connection_ASPs, yes) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::parameter_set(server_backlog, 1024) MTC@f5e04996d134: tcp_layer::tcp_layer: server_mode=0 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::map_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(remoteAddr: lis.gridgears.io/443, localAddr: UNSPEC/UNSPEC) called MTC@f5e04996d134: Abstract socket: Number of remote addresses: 2 MTC@f5e04996d134: Abstract socket: Using address family for socket 6: IPv4 MTC@f5e04996d134: Abstract socket: Connecting to server from address UNSPEC/UNSPEC MTC@f5e04996d134: Abstract socket: Connection established (addr): 172.17.0.2/36276 -> lis.gridgears.io/443 MTC@f5e04996d134: Abstract socket: connected to: host lis.gridgears.io service 443 via address family IPv4 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_add_peer: Adding client 6 to peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 7 MTC@f5e04996d134: Abstract socket: Abstract_Socket::open_client_connection(). Handler set to socket fd 6 MTC@f5e04996d134: >>> tcp_layer::add_user_data: 6 MTC@f5e04996d134: tcp_layer::add_user_data: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::add_user_data() MTC@f5e04996d134: Abstract socket: Init SSL started MTC@f5e04996d134: Abstract socket: Using OpenSSL 1.1.0g 2 Nov 2017 (1010007f) MTC@f5e04996d134: Abstract socket: Setting verification behaviour: verification not required and do allow to continue on failure.. MTC@f5e04996d134: Abstract socket: PRNG already initialized, no action needed MTC@f5e04996d134: Abstract socket: Init SSL successfully finished MTC@f5e04996d134: Abstract socket: Create a new SSL object MTC@f5e04996d134: Abstract socket: New client added with key '6' MTC@f5e04996d134: Abstract socket: Binding SSL to the socket MTC@f5e04996d134: Abstract socket: Connect to server MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: Connected, get new ssl_session MTC@f5e04996d134: Abstract socket: Session was not reused MTC@f5e04996d134: Abstract socket: entering SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: Check SSL description MTC@f5e04996d134: Abstract socket: SSL description: MTC@f5e04996d134: Abstract socket: ECDHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(128) Mac=AEAD MTC@f5e04996d134: Abstract socket: Check certificate of the other party MTC@f5e04996d134: Abstract socket: Certificate information: MTC@f5e04996d134: Abstract socket: subject: /CN=*.execute-api.eu-central-1.amazonaws.com MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::ssl_verify_certificates() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::add_user_data() MTC@f5e04996d134: >>> tcp_layer::client_connection_opened: 6 MTC@f5e04996d134: layer_stack_builder::create_layer_stack: Setup layers for TCP MTC@f5e04996d134: Port httpPort was mapped to system:httpPort. MTC@f5e04996d134: Map operation of mtc:httpPort to system:httpPort finished. MTC@f5e04996d134: Connecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncPort has established the connection with local port syncSendPort. MTC@f5e04996d134: Port syncSendPort has established the connection with local port syncPort. MTC@f5e04996d134: Connect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Altstep a_cf_01_http_down was activated as default, id 1 MTC@f5e04996d134: Altstep a_default_requests was activated as default, id 2 MTC@f5e04996d134: Altstep a_default_responses was activated as default, id 3 MTC@f5e04996d134: Warning: No UTF-8 Byte Order Mark(BOM) detected. It may result decoding errors MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000060628 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "POST", uri := "/api", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: >>> http_codec::encode_body: { xml_body := { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } } MTC@f5e04996d134: http_codec::encode_body: # of codecs=2 - 0x611000060628 MTC@f5e04996d134: http_codec::encode_body: Content-type:'application/held+xml;charset=utf-8' MTC@f5e04996d134: http_codec::encode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::encode: { locationRequest := { responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } } MTC@f5e04996d134: held_codec::encode: Process LocationRequestType{ responseTime := omit, attr := omit, locationType := { exact := omit, base := { alt_1 := { locationURI (2) } } }, elem_list := { "<id:deviceIdentity xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:deviceIdentity>\n\n" } } MTC@f5e04996d134: held_codec::decode: After encoding: '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< held_codec::encode MTC@f5e04996d134: http_codec::encode_body: HTTP message '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: http_codec::encode_body: HTTP message length: 309 MTC@f5e04996d134: http_codec::encode_request: length=309 MTC@f5e04996d134: http_codec::encode_request: Content-length: 311 MTC@f5e04996d134: http_codec::encode_request: Add body '3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n") MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 495 data: ( | 504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 311\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 311\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '504F5354202F61706920485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A203331310D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F22203F3E0A3C68656C643A6C6F636174696F6E5265717565737420786D6C6E733A68656C643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64273E0A093C68656C643A6C6F636174696F6E547970653E6C6F636174696F6E5552493C2F68656C643A6C6F636174696F6E547970653E0A093C69643A64657669636520786D6C6E733A69643D2775726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C643A6964273E0A093C7572693E2B3333313233343536373839313C2F7572693E0A3C2F69643A6465766963653E0A0A0A3C2F68656C643A6C6F636174696F6E526571756573743E0A0A0D0A'O ("POST /api HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 311\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<held:locationRequest xmlns:held='urn:ietf:params:xml:ns:geopriv:held'>\n\t<held:locationType>locationURI</held:locationType>\n\t<id:device xmlns:id='urn:ietf:params:xml:ns:geopriv:held:id'>\n\t<uri>+331234567891</uri>\n</id:device>\n\n\n</held:locationRequest>\n\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 495, Msg: 50 4f 53 54 20 2f 61 70 69 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 33 31 31 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 20 3f 3e 0a 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 20 78 6d 6c 6e 73 3a 68 65 6c 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 27 3e 0a 09 3c 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 6c 6f 63 61 74 69 6f 6e 55 52 49 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 54 79 70 65 3e 0a 09 3c 69 64 3a 64 65 76 69 63 65 20 78 6d 6c 6e 73 3a 69 64 3d 27 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 3a 69 64 27 3e 0a 09 3c 75 72 69 3e 2b 33 33 31 32 33 34 35 36 37 38 39 31 3c 2f 75 72 69 3e 0a 3c 2f 69 64 3a 64 65 76 69 63 65 3e 0a 0a 0a 3c 2f 68 65 6c 64 3a 6c 6f 63 61 74 69 6f 6e 52 65 71 75 65 73 74 3e 0a 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 495 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 31.223000 ms MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 625 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/36276 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 625, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 37 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 33 32 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 37 31 35 38 32 66 64 2d 30 33 35 39 2d 31 31 65 39 2d 61 35 32 61 2d 62 66 35 64 66 62 35 38 32 34 64 64 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 7a 46 33 36 46 69 41 46 63 49 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 37 30 32 62 66 36 36 61 37 62 32 37 65 36 66 65 64 38 38 66 37 38 65 65 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 20 65 78 70 69 72 65 73 3d 22 32 30 31 38 2d 31 32 2d 31 39 54 30 36 3a 35 37 3a 30 37 2b 30 30 3a 30 30 22 3e 0a 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 68 74 74 70 73 3a 2f 2f 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 2f 61 70 69 2f 6c 6f 63 72 65 66 3f 72 65 66 3d 35 36 66 62 34 36 64 65 2d 30 63 34 32 2d 34 65 63 34 2d 38 62 62 35 2d 36 38 34 61 30 66 38 32 62 32 66 61 3c 2f 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 0a 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 30 37 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 33 32 39 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 37 31 35 38 32 66 64 2d 30 33 35 39 2d 31 31 65 39 2d 61 35 32 61 2d 62 66 35 64 66 62 35 38 32 34 64 64 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 7a 46 33 36 46 69 41 46 63 49 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 37 30 32 62 66 36 36 61 37 62 32 37 65 36 66 65 64 38 38 66 37 38 65 65 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 67 65 6f 70 72 69 76 3a 68 65 6c 64 22 3e 0a 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 20 65 78 70 69 72 65 73 3d 22 32 30 31 38 2d 31 32 2d 31 39 54 30 36 3a 35 37 3a 30 37 2b 30 30 3a 30 30 22 3e 0a 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 68 74 74 70 73 3a 2f 2f 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 2f 61 70 69 2f 6c 6f 63 72 65 66 3f 72 65 66 3d 35 36 66 62 34 36 64 65 2d 30 63 34 32 2d 34 65 63 34 2d 38 62 62 35 2d 36 38 34 61 30 66 38 32 62 32 66 61 3c 2f 6c 6f 63 61 74 69 6f 6e 55 52 49 3e 0a 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 55 72 69 53 65 74 3e 0a 3c 2f 6c 6f 63 61 74 69 6f 6e 52 65 73 70 6f 6e 73 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e71582fd-0359-11e9-a52a-bf5dfb5824dd\r\nx-amz-apigw-id: SJFozF36FiAFcIw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e71582fd-0359-11e9-a52a-bf5dfb5824dd\r\nx-amz-apigw-id: SJFozF36FiAFcIw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:07 GMT\r\nContent-Type: application/held+xml\r\nContent-Length: 329\r\nConnection: keep-alive\r\nx-amzn-RequestId: e71582fd-0359-11e9-a52a-bf5dfb5824dd\r\nx-amz-apigw-id: SJFozF36FiAFcIw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 625, pos: 0, len: 625 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 625, pos: 17, len: 625 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:07 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:07 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/held+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/held+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 329" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 329" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 329 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e71582fd-0359-11e9-a52a-bf5dfb5824dd" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e71582fd-0359-11e9-a52a-bf5dfb5824dd" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFozF36FiAFcIw=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFozF36FiAFcIw=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e71582fd-0359-11e9-a52a-bf5dfb5824dd" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFozF36FiAFcIw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 625, pos: 296, len: 625 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 625, pos: 296, len: 625 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A303720474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F68656C642B786D6C0D0A436F6E74656E742D4C656E6774683A203332390D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373135383266642D303335392D313165392D613532612D6266356466623538323464640D0A782D616D7A2D61706967772D69643A20534A466F7A463336466941466349773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3730326266363661376232376536666564383866373865653B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=329 - body length=329 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <locationResponse xmlns="urn:ietf:params:xml:ns:geopriv:held"> <locationUriSet expires="2018-12-19T06:57:07+00:00"> <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI> </locationUriSet> </locationResponse> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: Find 'urn:ietf:params:xml:ns:geopriv:held' MTC@f5e04996d134: http_codec::decode_body: Call 'held_codec' MTC@f5e04996d134: >>> held_codec::decode: p_data='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C6C6F636174696F6E526573706F6E736520786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A67656F707269763A68656C64223E0A202020203C6C6F636174696F6E55726953657420657870697265733D22323031382D31322D31395430363A35373A30372B30303A3030223E0A20202020202020203C6C6F636174696F6E5552493E68747470733A2F2F6C69732E6772696467656172732E696F2F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D3638346130663832623266613C2F6C6F636174696F6E5552493E0A202020203C2F6C6F636174696F6E5572695365743E0A3C2F6C6F636174696F6E526573706F6E73653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<locationResponse xmlns=\"urn:ietf:params:xml:ns:geopriv:held\">\n <locationUriSet expires=\"2018-12-19T06:57:07+00:00\">\n <locationURI>https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa</locationURI>\n </locationUriSet>\n</locationResponse>") MTC@f5e04996d134: <<< held_codec::decode: { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } MTC@f5e04996d134: http_codec::decode_body: Decoded message:{ locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e71582fd-0359-11e9-a52a-bf5dfb5824dd" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFozF36FiAFcIw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e71582fd-0359-11e9-a52a-bf5dfb5824dd" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFozF36FiAFcIw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e71582fd-0359-11e9-a52a-bf5dfb5824dd" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFozF36FiAFcIw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 67.971001 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort succeeded: matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:07 GMT" } }, { header_name := "Content-Type", header_value := { "application/held+xml" } }, { header_name := "Content-Length", header_value := { "329" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e71582fd-0359-11e9-a52a-bf5dfb5824dd" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFozF36FiAFcIw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-702bf66a7b27e6fed88f78ee;Sampled=0" } } }, body := { xml_body := { locationResponse := { locationUriSet := { expires := "2018-12-19T06:57:07+00:00", locationURI_list := { "https://lis.gridgears.io/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa" } }, elem_list := { } } } } } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: regexp(): POSIX ERE equivalent of pattern "(http[s]#(0,1))://([^:/\s]+)/(?+)" is: "^(https?)://([^\t-\r /:]+)/(.+)$" MTC@f5e04996d134: regexp(): POSIX ERE equivalent of pattern "(http[s]#(0,1))://([^:/\s]+)/(?+)" is: "^(https?)://([^\t-\r /:]+)/(.+)$" MTC@f5e04996d134: regexp(): POSIX ERE equivalent of pattern "(http[s]#(0,1))://([^:/\s]+)/(?+)" is: "^(https?)://([^\t-\r /:]+)/(.+)$" MTC@f5e04996d134: Sent on httpPort to system @LibItsHttp_TypesAndValues.HttpMessage : { request := { method := "GET", uri := "/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := omit } } MTC@f5e04996d134: >>> HttpPort::outgoing_send: payload={ request := { method := "GET", uri := "/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := omit } } MTC@f5e04996d134: >>> http_layer::sendMsg: { request := { method := "GET", uri := "/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := omit } } MTC@f5e04996d134: >>> http_codec::encode: { request := { method := "GET", uri := "/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := omit } } MTC@f5e04996d134: >>> http_codec::encode: 0x611000060628 MTC@f5e04996d134: >>> http_codec::encode_request: { method := "GET", uri := "/api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa", version_major := 1, version_minor := 1, header := { { header_name := "Host", header_value := { "lis.gridgears.io" } }, { header_name := "Content-type", header_value := { "application/held+xml;charset=utf-8" } }, { header_name := "Content-length", header_value := { "0" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "Pragma", header_value := { "no-cache" } }, { header_name := "Cache-Control", header_value := { "no-cache" } } }, body := omit } MTC@f5e04996d134: http_codec::encode_request: Processing header "Host" MTC@f5e04996d134: http_codec::encode_request: Processing value "lis.gridgears.io" MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-type" MTC@f5e04996d134: http_codec::encode_request: Processing value "application/held+xml;charset=utf-8" MTC@f5e04996d134: http_codec::encode_request: Storing Content-type MTC@f5e04996d134: http_codec::encode_request: Processing header "Content-length" MTC@f5e04996d134: http_codec::encode_request: Skip it MTC@f5e04996d134: http_codec::encode_request: Processing header "Connection" MTC@f5e04996d134: http_codec::encode_request: Processing value "keep-alive" MTC@f5e04996d134: http_codec::encode_request: Processing header "Pragma" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: Processing header "Cache-Control" MTC@f5e04996d134: http_codec::encode_request: Processing value "no-cache" MTC@f5e04996d134: http_codec::encode_request: HTTP body field not present MTC@f5e04996d134: <<< http_codec::encode_request: Buffer: size: 1024, pos: 0, len: 229 data: ( | 474554202F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D36383461306638326232666120485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A20300D0A0D0A) MTC@f5e04996d134: <<< http_codec::encode: data='474554202F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D36383461306638326232666120485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A20300D0A0D0A'O ("GET /api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 0\r\n\r\n") MTC@f5e04996d134: >>> http_layer::send_data: '474554202F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D36383461306638326232666120485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A20300D0A0D0A'O ("GET /api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 0\r\n\r\n") MTC@f5e04996d134: >>> tcp_layer::send_data: '474554202F6170692F6C6F637265663F7265663D35366662343664652D306334322D346563342D386262352D36383461306638326232666120485454502F312E310D0A486F73743A206C69732E6772696467656172732E696F0D0A436F6E74656E742D747970653A206170706C69636174696F6E2F68656C642B786D6C3B636861727365743D7574662D380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A507261676D613A206E6F2D63616368650D0A43616368652D436F6E74726F6C3A206E6F2D63616368650D0A436F6E74656E742D6C656E6774683A20300D0A0D0A'O ("GET /api/locref?ref=56fb46de-0c42-4ec4-8bb5-684a0f82b2fa HTTP/1.1\r\nHost: lis.gridgears.io\r\nContent-type: application/held+xml;charset=utf-8\r\nConnection: keep-alive\r\nPragma: no-cache\r\nCache-Control: no-cache\r\nContent-length: 0\r\n\r\n") MTC@f5e04996d134: tcp_layer::send_data: SSL mode: 1 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::send_outgoing() MTC@f5e04996d134: Abstract socket: Sending data: Size: 229, Msg: 47 45 54 20 2f 61 70 69 2f 6c 6f 63 72 65 66 3f 72 65 66 3d 35 36 66 62 34 36 64 65 2d 30 63 34 32 2d 34 65 63 34 2d 38 62 62 35 2d 36 38 34 61 30 66 38 32 62 32 66 61 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 74 3a 20 6c 69 73 2e 67 72 69 64 67 65 61 72 73 2e 69 6f 0d 0a 43 6f 6e 74 65 6e 74 2d 74 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 68 65 6c 64 2b 78 6d 6c 3b 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 50 72 61 67 6d 61 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 6e 6f 2d 63 61 63 68 65 0d 0a 43 6f 6e 74 65 6e 74 2d 6c 65 6e 67 74 68 3a 20 30 0d 0a 0d 0a MTC@f5e04996d134: >>> tcp_layer::send_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::send_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Client ID = 6 MTC@f5e04996d134: Abstract socket: one write cycle started MTC@f5e04996d134: Abstract socket: SSL operation result: MTC@f5e04996d134: Abstract socket: SSL_ERROR_NONE MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::send_message_on_fd() MTC@f5e04996d134: Abstract socket: Nr of bytes sent = 229 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::send_outgoing() MTC@f5e04996d134: HttpPort::outgoing_send: Execution duration: 15.838000 ms MTC@f5e04996d134: *** TC_LIS_HTTP_GET_BV_01: INFO: IUT successfully responds with a Reference *** MTC@f5e04996d134: setverdict(pass): none -> pass MTC@f5e04996d134: **** f_selfSync: Successfully passed PREAMBLE synchronization point. **** MTC@f5e04996d134: Start timer tc_ac: 30 s MTC@f5e04996d134: >>> tcp_layer::Handle_Fd_Event: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::Handle_Socket_Event(): fd: 6 readable MTC@f5e04996d134: Abstract socket: receiving data MTC@f5e04996d134: >>> tcp_layer::receive_message_on_fd: 6 MTC@f5e04996d134: tcp_layer::receive_message_on_fd: SSL mode MTC@f5e04996d134: Abstract socket: entering SSL_Socket::receive_message_on_fd() MTC@f5e04996d134: Abstract socket: one read cycle started MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::receive_message_on_fd() with number of bytes read: 1134 MTC@f5e04996d134: Abstract socket: Message received from address (addr) 172.17.0.2/36276 MTC@f5e04996d134: Abstract socket: Message received, buffer content: Size: 1134, Msg: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 31 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 70 69 64 66 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 38 33 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 37 33 35 36 36 63 63 2d 30 33 35 39 2d 31 31 65 39 2d 61 35 37 64 2d 32 33 38 30 62 34 36 62 63 36 35 39 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 31 47 44 37 6c 69 41 46 51 43 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 34 32 66 61 30 35 31 36 31 31 38 36 32 33 62 61 63 31 36 30 38 65 30 65 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 6a 38 69 76 74 61 65 62 6f 67 6a 77 75 76 6f 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 39 69 78 61 6a 39 35 75 6c 6a 77 71 62 78 39 22 3e 0a 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 3c 2f 70 72 65 73 65 6e 63 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::message_incoming MTC@f5e04996d134: tcp_layer::message_incoming: 48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d 0a 44 61 74 65 3a 20 57 65 64 2c 20 31 39 20 44 65 63 20 32 30 31 38 20 30 36 3a 34 37 3a 31 35 20 47 4d 54 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 20 61 70 70 6c 69 63 61 74 69 6f 6e 2f 70 69 64 66 2b 78 6d 6c 0d 0a 43 6f 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 38 33 38 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 70 2d 61 6c 69 76 65 0d 0a 78 2d 61 6d 7a 6e 2d 52 65 71 75 65 73 74 49 64 3a 20 65 37 33 35 36 36 63 63 2d 30 33 35 39 2d 31 31 65 39 2d 61 35 37 64 2d 32 33 38 30 62 34 36 62 63 36 35 39 0d 0a 78 2d 61 6d 7a 2d 61 70 69 67 77 2d 69 64 3a 20 53 4a 46 6f 31 47 44 37 6c 69 41 46 51 43 77 3d 0d 0a 58 2d 41 6d 7a 6e 2d 54 72 61 63 65 2d 49 64 3a 20 52 6f 6f 74 3d 31 2d 35 63 31 39 65 39 36 62 2d 34 32 66 61 30 35 31 36 31 31 38 36 32 33 62 61 63 31 36 30 38 65 30 65 3b 53 61 6d 70 6c 65 64 3d 30 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e 67 3d 22 55 54 46 2d 38 22 20 73 74 61 6e 64 61 6c 6f 6e 65 3d 22 6e 6f 22 3f 3e 0a 3c 70 72 65 73 65 6e 63 65 20 65 6e 74 69 74 79 3d 22 70 72 65 73 3a 6a 38 69 76 74 61 65 62 6f 67 6a 77 75 76 6f 22 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 22 3e 0a 20 20 20 20 3c 74 75 70 6c 65 20 69 64 3d 22 39 69 78 61 6a 39 35 75 6c 6a 77 71 62 78 39 22 3e 0a 20 20 20 20 20 20 20 20 3c 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 65 6f 70 72 69 76 20 78 6d 6c 6e 73 3d 22 75 72 6e 3a 69 65 74 66 3a 70 61 72 61 6d 73 3a 78 6d 6c 3a 6e 73 3a 70 69 64 66 3a 67 65 6f 70 72 69 76 31 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 43 69 72 63 6c 65 20 78 6d 6c 6e 73 3a 67 6d 6c 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 67 6d 6c 22 20 73 72 73 4e 61 6d 65 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 63 72 73 3a 45 50 53 47 3a 3a 34 33 32 36 22 20 78 6d 6c 6e 73 3a 67 73 3d 22 68 74 74 70 3a 2f 2f 77 77 77 2e 6f 70 65 6e 67 69 73 2e 6e 65 74 2f 70 69 64 66 6c 6f 2f 31 2e 30 22 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 6d 6c 3a 70 6f 73 3e 34 33 2e 36 31 37 31 37 34 20 37 2e 30 35 32 37 35 3c 2f 67 6d 6c 3a 70 6f 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 67 73 3a 72 61 64 69 75 73 20 75 6f 6d 3d 22 75 72 6e 3a 6f 67 63 3a 64 65 66 3a 75 6f 6d 3a 45 50 53 47 3a 3a 39 30 30 31 22 3e 31 35 2e 30 3c 2f 67 73 3a 72 61 64 69 75 73 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 73 3a 43 69 72 63 6c 65 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 6c 6f 63 61 74 69 6f 6e 2d 69 6e 66 6f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 75 73 61 67 65 2d 72 75 6c 65 73 2f 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3c 6d 65 74 68 6f 64 3e 67 70 73 3c 2f 6d 65 74 68 6f 64 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 3c 2f 67 65 6f 70 72 69 76 3e 0a 20 20 20 20 20 20 20 20 3c 2f 73 74 61 74 75 73 3e 0a 20 20 20 20 20 20 20 20 3c 74 69 6d 65 73 74 61 6d 70 3e 32 30 31 37 2d 30 32 2d 31 39 54 30 39 3a 35 38 3a 32 30 2b 30 30 3a 30 30 3c 2f 74 69 6d 65 73 74 61 6d 70 3e 0a 20 20 20 20 3c 2f 74 75 70 6c 65 3e 0a 3c 2f 70 72 65 73 65 6e 63 65 3e 0a MTC@f5e04996d134: >>> tcp_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:15 GMT\r\nContent-Type: application/pidf+xml\r\nContent-Length: 838\r\nConnection: keep-alive\r\nx-amzn-RequestId: e73566cc-0359-11e9-a57d-2380b46bc659\r\nx-amz-apigw-id: SJFo1GD7liAFQCw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>\n") MTC@f5e04996d134: >>> http_layer::receive_data: '485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:15 GMT\r\nContent-Type: application/pidf+xml\r\nContent-Length: 838\r\nConnection: keep-alive\r\nx-amzn-RequestId: e73566cc-0359-11e9-a57d-2380b46bc659\r\nx-amz-apigw-id: SJFo1GD7liAFQCw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>\n") MTC@f5e04996d134: >>> http_codec::decode: data='485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A'O ("HTTP/1.1 200 OK\r\nDate: Wed, 19 Dec 2018 06:47:15 GMT\r\nContent-Type: application/pidf+xml\r\nContent-Length: 838\r\nConnection: keep-alive\r\nx-amzn-RequestId: e73566cc-0359-11e9-a57d-2380b46bc659\r\nx-amz-apigw-id: SJFo1GD7liAFQCw=\r\nX-Amzn-Trace-Id: Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>\n") MTC@f5e04996d134: http_codec::decode: decoding_buffer=Buffer: size: 1134, pos: 0, len: 1134 data: ( | 485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A) MTC@f5e04996d134: http_codec::decode: message_id: "HTTP/1.1 200 OK" MTC@f5e04996d134: http_codec::decode: 2 - HTTP/ MTC@f5e04996d134: http_codec::decode: Process response: 5 MTC@f5e04996d134: >>> http_codec::decode_headers MTC@f5e04996d134: http_codec::decode_headersBuffer: size: 1134, pos: 17, len: 1134 data: (485454502F312E3120323030204F4B0D0A | 446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A) MTC@f5e04996d134: http_codec::decode_headers: "Date: Wed, 19 Dec 2018 06:47:15 GMT" MTC@f5e04996d134: >>> http_codec::decode_header"Date: Wed, 19 Dec 2018 06:47:15 GMT" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Type: application/pidf+xml" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Type: application/pidf+xml" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "Content-Length: 838" MTC@f5e04996d134: >>> http_codec::decode_header"Content-Length: 838" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_header: decoded Content-Length 838 MTC@f5e04996d134: http_codec::decode_headers: "Connection: keep-alive" MTC@f5e04996d134: >>> http_codec::decode_header"Connection: keep-alive" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amzn-RequestId: e73566cc-0359-11e9-a57d-2380b46bc659" MTC@f5e04996d134: >>> http_codec::decode_header"x-amzn-RequestId: e73566cc-0359-11e9-a57d-2380b46bc659" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "x-amz-apigw-id: SJFo1GD7liAFQCw=" MTC@f5e04996d134: >>> http_codec::decode_header"x-amz-apigw-id: SJFo1GD7liAFQCw=" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: http_codec::decode_headers: "X-Amzn-Trace-Id: Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" MTC@f5e04996d134: >>> http_codec::decode_header"X-Amzn-Trace-Id: Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" MTC@f5e04996d134: http_codec::decode_header: 5 MTC@f5e04996d134: <<< http_codec::decode_headers: { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:15 GMT" } }, { header_name := "Content-Type", header_value := { "application/pidf+xml" } }, { header_name := "Content-Length", header_value := { "838" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e73566cc-0359-11e9-a57d-2380b46bc659" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFo1GD7liAFQCw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" } } } MTC@f5e04996d134: Before decoding Body: Buffer: size: 1134, pos: 296, len: 1134 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A) MTC@f5e04996d134: >>> http_codec::decode_body MTC@f5e04996d134: http_codec::decode_bodyBuffer: size: 1134, pos: 296, len: 1134 data: (485454502F312E3120323030204F4B0D0A446174653A205765642C2031392044656320323031382030363A34373A313520474D540D0A436F6E74656E742D547970653A206170706C69636174696F6E2F706964662B786D6C0D0A436F6E74656E742D4C656E6774683A203833380D0A436F6E6E656374696F6E3A206B6565702D616C6976650D0A782D616D7A6E2D5265717565737449643A2065373335363663632D303335392D313165392D613537642D3233383062343662633635390D0A782D616D7A2D61706967772D69643A20534A466F314744376C6941465143773D0D0A582D416D7A6E2D54726163652D49643A20526F6F743D312D35633139653936622D3432666130353136313138363233626163313630386530653B53616D706C65643D300D0A0D0A | 3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A) MTC@f5e04996d134: http_codec::decode_body: # of codecs=2 MTC@f5e04996d134: http_codec::decode_body: raw body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>\n") MTC@f5e04996d134: http_codec::decode_body: _dc.length=838 - body length=838 - chunked: 0 MTC@f5e04996d134: http_codec::decode_body: Aligned body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E0A'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>\n") MTC@f5e04996d134: http_codec::decode_body: counter=1 MTC@f5e04996d134: http_codec::decode_body: Finalised body='3C3F786D6C2076657273696F6E3D22312E302220656E636F64696E673D225554462D3822207374616E64616C6F6E653D226E6F223F3E0A3C70726573656E636520656E746974793D22707265733A6A386976746165626F676A7775766F2220786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A70696466223E0A202020203C7475706C652069643D22396978616A3935756C6A7771627839223E0A20202020202020203C7374617475733E0A2020202020202020202020203C67656F7072697620786D6C6E733D2275726E3A696574663A706172616D733A786D6C3A6E733A706964663A67656F707269763130223E0A202020202020202020202020202020203C6C6F636174696F6E2D696E666F3E0A20202020202020202020202020202020202020203C67733A436972636C6520786D6C6E733A676D6C3D22687474703A2F2F7777772E6F70656E6769732E6E65742F676D6C22207372734E616D653D2275726E3A6F67633A6465663A6372733A455053473A3A343332362220786D6C6E733A67733D22687474703A2F2F7777772E6F70656E6769732E6E65742F706964666C6F2F312E30223E0A2020202020202020202020202020202020202020202020203C676D6C3A706F733E34332E36313731373420372E30353237353C2F676D6C3A706F733E0A2020202020202020202020202020202020202020202020203C67733A72616469757320756F6D3D2275726E3A6F67633A6465663A756F6D3A455053473A3A39303031223E31352E303C2F67733A7261646975733E0A20202020202020202020202020202020202020203C2F67733A436972636C653E0A202020202020202020202020202020203C2F6C6F636174696F6E2D696E666F3E0A202020202020202020202020202020203C75736167652D72756C65732F3E0A202020202020202020202020202020203C6D6574686F643E6770733C2F6D6574686F643E0A2020202020202020202020203C2F67656F707269763E0A20202020202020203C2F7374617475733E0A20202020202020203C74696D657374616D703E323031372D30322D31395430393A35383A32302B30303A30303C2F74696D657374616D703E0A202020203C2F7475706C653E0A3C2F70726573656E63653E'O ("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>") MTC@f5e04996d134: http_codec::decode_body: Binary mode: 0 MTC@f5e04996d134: http_codec::decode_body: decode_str: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <presence entity="pres:j8ivtaebogjwuvo" xmlns="urn:ietf:params:xml:ns:pidf"> <tuple id="9ixaj95uljwqbx9"> <status> <geopriv xmlns="urn:ietf:params:xml:ns:pidf:geopriv10"> <location-info> <gs:Circle xmlns:gml="http://www.opengis.net/gml" srsName="urn:ogc:def:crs:EPSG::4326" xmlns:gs="http://www.opengis.net/pidflo/1.0"> <gml:pos>43.617174 7.05275</gml:pos> <gs:radius uom="urn:ogc:def:uom:EPSG::9001">15.0</gs:radius> </gs:Circle> </location-info> <usage-rules/> <method>gps</method> </geopriv> </status> <timestamp>2017-02-19T09:58:20+00:00</timestamp> </tuple> </presence> MTC@f5e04996d134: http_codec::decode_body: Find xml message MTC@f5e04996d134: http_codec::decode_body: No XML codec found MTC@f5e04996d134: <<< http_codec::decode: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:15 GMT" } }, { header_name := "Content-Type", header_value := { "application/pidf+xml" } }, { header_name := "Content-Length", header_value := { "838" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e73566cc-0359-11e9-a57d-2380b46bc659" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFo1GD7liAFQCw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" } } }, body := { xml_body := { raw := "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>" } } } } MTC@f5e04996d134: >>> HttpPort::receive_msg: { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:15 GMT" } }, { header_name := "Content-Type", header_value := { "application/pidf+xml" } }, { header_name := "Content-Length", header_value := { "838" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e73566cc-0359-11e9-a57d-2380b46bc659" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFo1GD7liAFQCw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" } } }, body := { xml_body := { raw := "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>" } } } } MTC@f5e04996d134: Message enqueued on httpPort from system @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:15 GMT" } }, { header_name := "Content-Type", header_value := { "application/pidf+xml" } }, { header_name := "Content-Length", header_value := { "838" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e73566cc-0359-11e9-a57d-2380b46bc659" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFo1GD7liAFQCw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" } } }, body := { xml_body := { raw := "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>" } } } } id 2 MTC@f5e04996d134: tcp_layer::Handle_Fd_Event_Readable: Execution duration: 136.914993 ms MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::handle_message() MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::Handle_Socket_Event() MTC@f5e04996d134: Abstract socket: <<< tcp_layer::Handle_Fd_Event MTC@f5e04996d134: Matching on port httpPort .response.body.xml_body{ raw := "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>" } with { presence := { entity := ?, tuple_list := { { id := ?, status := ?, elem_list := { }, contact := *, note_list := { }, timestamp_ := * } }, note_list := { }, elem_list := { } } } unmatched: First message in the queue does not match the template: MTC@f5e04996d134: Matching on port httpPort succeeded: .response matched MTC@f5e04996d134: Receive operation on port httpPort succeeded, message from system(): @LibItsHttp_TypesAndValues.HttpMessage : { response := { version_major := 1, version_minor := 1, statuscode := 200, statustext := "OK", header := { { header_name := "Date", header_value := { "Wed, 19 Dec 2018 06:47:15 GMT" } }, { header_name := "Content-Type", header_value := { "application/pidf+xml" } }, { header_name := "Content-Length", header_value := { "838" } }, { header_name := "Connection", header_value := { "keep-alive" } }, { header_name := "x-amzn-RequestId", header_value := { "e73566cc-0359-11e9-a57d-2380b46bc659" } }, { header_name := "x-amz-apigw-id", header_value := { "SJFo1GD7liAFQCw=" } }, { header_name := "X-Amzn-Trace-Id", header_value := { "Root=1-5c19e96b-42fa0516118623bac1608e0e;Sampled=0" } } }, body := { xml_body := { raw := "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<presence entity=\"pres:j8ivtaebogjwuvo\" xmlns=\"urn:ietf:params:xml:ns:pidf\">\n <tuple id=\"9ixaj95uljwqbx9\">\n <status>\n <geopriv xmlns=\"urn:ietf:params:xml:ns:pidf:geopriv10\">\n <location-info>\n <gs:Circle xmlns:gml=\"http://www.opengis.net/gml\" srsName=\"urn:ogc:def:crs:EPSG::4326\" xmlns:gs=\"http://www.opengis.net/pidflo/1.0\">\n <gml:pos>43.617174 7.05275</gml:pos>\n <gs:radius uom=\"urn:ogc:def:uom:EPSG::9001\">15.0</gs:radius>\n </gs:Circle>\n </location-info>\n <usage-rules/>\n <method>gps</method>\n </geopriv>\n </status>\n <timestamp>2017-02-19T09:58:20+00:00</timestamp>\n </tuple>\n</presence>" } } } } id 2 MTC@f5e04996d134: Message with id 2 was extracted from the queue of httpPort. MTC@f5e04996d134: Stop timer tc_ac: 30 s MTC@f5e04996d134: "*** TC_LIS_HTTP_GET_BV_01: FAIL: Unexpected XML response ***" MTC@f5e04996d134: setverdict(fail): pass -> fail MTC@f5e04996d134: **** f_selfSyncStop: MTC requests to stop test case (itself). **** MTC@f5e04996d134: Sent on syncSendPort to mtc @LibCommon_Sync.SyncCmd : { serverStop := { } } MTC@f5e04996d134: Message enqueued on syncPort from mtc @LibCommon_Sync.SyncCmd : { serverStop := { } } id 1 MTC@f5e04996d134: Start timer tc_sync: 120 s MTC@f5e04996d134: Matching on port syncPort succeeded: .response matched MTC@f5e04996d134: Receive operation on port syncPort succeeded, message from mtc: @LibCommon_Sync.SyncCmd : { serverStop := { } } id 1 MTC@f5e04996d134: Message with id 1 was extracted from the queue of syncPort. MTC@f5e04996d134: Stop timer tc_sync: 120 s MTC@f5e04996d134: **** a_shutdown: Test component received STOP signal from MTC **** MTC@f5e04996d134: Unmapping port mtc:httpPort from system:httpPort. MTC@f5e04996d134: >>> HttpPort::user_unmap: httpPort MTC@f5e04996d134: >>> tcp_layer::~tcp_layer: 6 MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: leaving SSL_Socket::remove_user_data() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_remove_peer: Removing client 6 from peer list MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Removed client 6. MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_client(6) MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: entering Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_nr_of_peers: Number of active peers = 0 MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::remove_all_clients MTC@f5e04996d134: Abstract socket: leaving Abstract_Socket::unmap_user() MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: Resetting peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: Finding last peer of the peer array MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_get_last_peer: No active peer found MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: Resizing to 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_resize_list: New length is 0 MTC@f5e04996d134: Abstract socket: Abstract_Socket::peer_list_reset_peer: New length is 0 MTC@f5e04996d134: Port httpPort was unmapped from system:httpPort. MTC@f5e04996d134: Unmap operation of mtc:httpPort from system:httpPort finished. MTC@f5e04996d134: Disconnecting ports mtc:syncSendPort and mtc:syncPort. MTC@f5e04996d134: Port syncSendPort has terminated the connection with local port syncPort. MTC@f5e04996d134: Port syncPort has terminated the connection with local port syncSendPort. MTC@f5e04996d134: Disconnect operation on mtc:syncSendPort and mtc:syncPort finished. MTC@f5e04996d134: Default with id 1 (altstep a_cf_01_http_down) was deactivated. MTC@f5e04996d134: Default with id 2 (altstep a_default_requests) was deactivated. MTC@f5e04996d134: Default with id 3 (altstep a_default_responses) was deactivated. MTC@f5e04996d134: *** a_cf_01_http_down: INFO: TEST COMPONENT NOW STOPPING ITSELF! *** MTC@f5e04996d134: Stopping test component execution. MTC@f5e04996d134: Test case TC_LIS_HTTP_GET_BV_01 was stopped. MTC@f5e04996d134: Terminating component type LibItsHttp_TestSystem.HttpComponent. MTC@f5e04996d134: Port syncPort was stopped. MTC@f5e04996d134: Port syncSendPort was stopped. MTC@f5e04996d134: >>> HttpPort::user_stop MTC@f5e04996d134: Port httpPort was stopped. MTC@f5e04996d134: Component type LibItsHttp_TestSystem.HttpComponent was shut down inside testcase TC_LIS_HTTP_GET_BV_01. MTC@f5e04996d134: Waiting for PTCs to finish. MTC@f5e04996d134: Setting final verdict of the test case. MTC@f5e04996d134: Local verdict of MTC: fail MTC@f5e04996d134: No PTCs were created. MTC@f5e04996d134: Test case TC_LIS_HTTP_GET_BV_01 finished. Verdict: fail MTC@f5e04996d134: Execution of control part in module AtsNg112_TestControl finished. MC@f5e04996d134: Test execution finished. MC@f5e04996d134: Terminating MTC. MTC@f5e04996d134: Verdict statistics: 0 none (0.00 %), 7 pass (87.50 %), 0 inconc (0.00 %), 1 fail (12.50 %), 0 error (0.00 %). MTC@f5e04996d134: Test execution summary: 8 test cases were executed. Overall verdict: fail MTC@f5e04996d134: Exit was requested from MC. Terminating MTC. MC@f5e04996d134: MTC terminated. MC@f5e04996d134: Shutting down session. HC@f5e04996d134: Exit was requested from MC. Terminating HC. MC@f5e04996d134: Shutdown complete. ==31==LeakSanitizer has encountered a fatal error. ==31==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==31==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) ==30==LeakSanitizer has encountered a fatal error. ==30==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1 ==30==HINT: LeakSanitizer does not work under ptrace (strace, gdb, etc) Makefile:198: recipe for target 'run' failed make: *** [run] Error 1 log files were merged into ../logs/merged.log total 2360 -rw-r--r-- 1 root root 1115615 Dec 19 06:47 AtsNg112.f5e04996d134-mtc.log -rw-r--r-- 1 root root 45206 Dec 19 06:47 AtsNg112.f5e04996d134-hc.log -rw-r--r-- 1 etsi etsi 1248861 Dec 19 06:47 merged.log.2018121922 Finished: SUCCESS