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

asyncio sendfile sends extra data in the last chunk in fallback mode #81460

Closed
asvetlov opened this issue Jun 14, 2019 · 4 comments
Closed

asyncio sendfile sends extra data in the last chunk in fallback mode #81460

asvetlov opened this issue Jun 14, 2019 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@asvetlov
Copy link
Contributor

BPO 37279
Nosy @asvetlov, @1st1, @miss-islington
PRs
  • bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. #14075
  • [3.8] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) #14100
  • [3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). #14103
  • 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 2019-06-15.11:25:57.774>
    created_at = <Date 2019-06-14.10:25:04.760>
    labels = ['3.8', 'type-bug', '3.7', '3.9', 'expert-asyncio']
    title = 'asyncio sendfile sends extra data in the last chunk in fallback mode'
    updated_at = <Date 2019-06-15.11:56:30.335>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2019-06-15.11:56:30.335>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-15.11:25:57.774>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2019-06-14.10:25:04.760>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37279
    keywords = ['patch']
    message_count = 4.0
    messages = ['345571', '345671', '345672', '345677']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['14075', '14100', '14103']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37279'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @asvetlov
    Copy link
    Contributor Author

    My fault introduced in 3.7 in initial async sendfile implementation

    @asvetlov asvetlov added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error labels Jun 14, 2019
    @asvetlov
    Copy link
    Contributor Author

    New changeset ef21523 by Andrew Svetlov in branch 'master':
    bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
    ef21523

    @miss-islington
    Copy link
    Contributor

    New changeset bb07321 by Miss Islington (bot) in branch '3.8':
    bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
    bb07321

    @asvetlov
    Copy link
    Contributor Author

    New changeset e5d67f1 by Andrew Svetlov in branch '3.7':
    [3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075). (GH-14103)
    e5d67f1

    @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
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants