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

Line ending bug SimpleXMLRPCServer #44992

Closed
bgrubbs mannequin opened this issue May 25, 2007 · 2 comments
Closed

Line ending bug SimpleXMLRPCServer #44992

bgrubbs mannequin opened this issue May 25, 2007 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@bgrubbs
Copy link
Mannequin

bgrubbs mannequin commented May 25, 2007

BPO 1725295
Nosy @birkenfeld
Files
  • SimpleXMLRPCServer.py.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2009-04-01.04:39:03.909>
    created_at = <Date 2007-05-25.01:45:11.000>
    labels = ['type-bug', 'library']
    title = 'Line ending bug SimpleXMLRPCServer'
    updated_at = <Date 2009-04-01.04:39:03.816>
    user = 'https://bugs.python.org/bgrubbs'

    bugs.python.org fields:

    activity = <Date 2009-04-01.04:39:03.816>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-04-01.04:39:03.909>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2007-05-25.01:45:11.000>
    creator = 'bgrubbs'
    dependencies = []
    files = ['8003']
    hgrepos = []
    issue_num = 1725295
    keywords = ['patch']
    message_count = 2.0
    messages = ['52663', '84980']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'bgrubbs']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = 'test needed'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1725295'
    versions = ['Python 2.6']

    @bgrubbs
    Copy link
    Mannequin Author

    bgrubbs mannequin commented May 25, 2007

    Apache on windows generates an incorrect Content-length
    because \n is converted to \r\n if stdout is a terminal
    unless it is set to binary mode

    This patch fixes the issue: Apache on win32 using CGIXMLRPCRequestHandler returns incorrect Content-length

    @bgrubbs bgrubbs mannequin added stdlib Python modules in the Lib dir labels May 25, 2007
    @devdanzin devdanzin mannequin added type-bug An unexpected behavior, bug, or error labels Mar 30, 2009
    @birkenfeld
    Copy link
    Member

    CGI specifies \r\n line ends anyway, so this patch goes in the wrong
    direction.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant