View | Details | Raw Unified | Return to bug 54947
Collapse All | Expand All

(-)java/org/apache/coyote/http11/InternalNioInputBuffer.java (-3 / +6 lines)
Lines 372-382 Link Here
372
            }
372
            }
373
            parsingRequestLineStart = pos;
373
            parsingRequestLineStart = pos;
374
            parsingRequestLinePhase = 6;
374
            parsingRequestLinePhase = 6;
375
        }
375
            
376
        if (parsingRequestLinePhase == 6) {
376
            // Prepare for next phase - needs to be done here, to avoid bug #54947
377
            // Mark the current buffer position
377
            // Mark the current buffer position
378
378
            
379
            end = 0;
379
            end = 0;
380
        }
381
        if (parsingRequestLinePhase == 6) {
382
            
380
            //
383
            //
381
            // Reading the protocol
384
            // Reading the protocol
382
            // Protocol is always US-ASCII
385
            // Protocol is always US-ASCII

Return to bug 54947