Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(24)

Issue 112900044: net/http/cgi: attempt to determine the remote port befo...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by georgyo
Modified:
9 years, 10 months ago
Reviewers:
Visibility:
Public.

Description

net/http/cgi: attempt to determine the remote port before defaulting Some CGI servers correctly pass down the REMOTE_PORT environment variable. However the however cgi package hard codes the port to zero. It should first check if it has the REMOTE_PORT param before defaulting to zero.

Patch Set 1 #

Patch Set 2 : diff -r 0935b17aebed https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M src/pkg/net/http/cgi/child.go View 1 1 chunk +7 lines, -3 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b