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

Plack::App::CGIBin + uwsgi appends Trace to http response #644

Open
matthewlenz opened this issue Jan 2, 2020 · 0 comments
Open

Plack::App::CGIBin + uwsgi appends Trace to http response #644

matthewlenz opened this issue Jan 2, 2020 · 0 comments

Comments

@matthewlenz
Copy link

Not sure if this is related to #544 or not.

When I use plackup my app.psgi works ok but when I use uwsgi it appears to work but after the response content it's appending:

Trace begun at (eval 217) line 1   | main::__ANON__('ARRAY(0x60a74d0)') called at (eval 21) line 7   | CGI::Compile::__ANON__(0) called at /home/mlenz/mlenz.site.com.rel_dev/cgi-bin/login line 46   | eval {...} at /home/mlenz/mlenz.site.com.rel_dev/cgi-bin/login line 2   | CGI::Compile::ROOT::home_mlenz_mlenz_2esite_2ecom_2erel_dev_cgi_2dbin_login::__ANON__('CGI::Compile=HASH(0x2504f50)', undef, '/home/mlenz/mlenz.site.com.rel_dev/cgi-bin/login', '/home/mlenz/mlenz.site.com.rel_dev/cgi-bin', 'ARRAY(0x6073138)') called at /usr/share/perl5/CGI/Compile.pm line 139   | CGI::Compile::__ANON__ at /usr/share/perl5/CGI/Emulate/PSGI.pm line 29   | CGI::Emulate::PSGI::__ANON__('HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/App/WrapCGI.pm line 90   | Plack::App::WrapCGI::call('Plack::App::WrapCGI=HASH(0x6072d30)', 'HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Component.pm line 50   | Plack::Component::__ANON__('HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/App/CGIBin.pm line 50   | Plack::App::CGIBin::serve_path('Plack::App::CGIBin=HASH(0x5e9eab8)', 'HASH(0x1e0dd80)', '/home/mlenz/mlenz.site.com.rel_dev/cgi-bin/login') called at /home/mlenz/perl5/lib/perl5/Plack/App/File.pm line 34   | Plack::App::File::call('Plack::App::CGIBin=HASH(0x5e9eab8)', 'HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Component.pm line 50   | Plack::Component::__ANON__('HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/App/URLMap.pm line 71   | Plack::App::URLMap::call('Plack::App::URLMap=HASH(0x5f06018)', 'HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Component.pm line 50   | Plack::Component::__ANON__('HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Middleware/AccessLog.pm line 27   | Plack::Middleware::AccessLog::call('Plack::Middleware::AccessLog=HASH(0x5ff9d38)', 'HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Component.pm line 50   | Plack::Component::__ANON__('HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Middleware/RealIP.pm line 52   | Plack::Middleware::RealIP::call('Plack::Middleware::RealIP=HASH(0x5ff3610)', 'HASH(0x1e0dd80)') called at /home/mlenz/perl5/lib/perl5/Plack/Component.pm line 50   | Plack::Component::__ANON__('HASH(0x1e0dd80)') called at app.psgi line 0   | eval {...} at app.psgi line 0

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

1 participant