Uploaded image for project: 'Apache AWF'
  1. Apache AWF
  2. AWF-162

Implement a Stream/Buffer oriented HTTP parser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None

    Description

      The new parser should be fast, optimized in memory, and properly implement RFC.
      I suggest building a lexer based on identified HTTP separators (lines, ':', ...), and a parser working on the token stream to build the request object.
      Should it support Chunked-encoding for POST / PUT request ?

      How can we handle big files or chunked encoding ?
      Do we need to limit header line size, header count, body size ?

      Attachments

        Activity

          People

            slemesle Séven Le Mesle
            slemesle Séven Le Mesle
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: