Skip to content

Server mode: Concurrent requests for the same file with different format override the name of format for prior request #633

@yhatt

Description

@yhatt

Version of Marp Tool

Marp CLI v4.1.0

Operating System

Windows

Environment

  • OS version: Windows 11
  • Node.js version: v22.13.0

How to reproduce

  1. Run marp --server . on the directory that has marp.md
  2. Open localhost:8080 in the browser and show the list of Markdown files.
  3. Click PDF for marp.md.
  4. Click PPTX with Ctrl key to process PPTX conversion with another tab, before finishing the request for PDF conversion.

Expected behavior

Download marp.pdf and marp.pptx

Actual behavior

Download marp.pptx and marp(1).pptx. (The binary of each file is the correct format but the name is wrong)

Additional information

It's also reproducible in the other pair of formats (e.g. PDF → HTML)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions