Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot do "contents_from_file" and '<request subst="true">' at the same time #383

Open
lserranov opened this issue Nov 12, 2020 · 1 comment

Comments

@lserranov
Copy link

lserranov commented Nov 12, 2020

Hello!

I'm in tsung 1.7.

I can do a POST using "contents_from_file" when in the request I set '' and things go well.

However when doing the same request but now I set '' tsung is not sending the request to the web server and an error is printed in the log:

=INFO REPORT==== 12-Nov-2020::11:55:23 ===
ts_client:(5:<0.122.0>) Pending transactions: [{tr_getEndUserToken,
{1605,210922,
626261}}], compute transaction time

=ERROR REPORT==== 12-Nov-2020::11:55:23 ===
** State machine <0.122.0> terminating
** Last message in was {ssl,
{sslsocket,
{gen_tcp,#Port<0.1315>,tls_connection},
<0.124.0>},
<<"0\r\n\r\n">>}
** When State == wait_ack
** Data == {state_rcv,
{sslsocket,
{gen_tcp,#Port<0.1315>,tls_connection},
<0.124.0>},
{{0,0,0,0},0},

This is kind of sad because I want to use contents_from_file but I also want to send an auth token along with the requests.

Thanks
Luis

@mohandass-pat
Copy link

I'm also facing the same issue. any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants