Modify ↓
#5937 closed enhancement (duplicate)
Not working with tracd & http11
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | low | Component: | AutocompleteUsersPlugin |
Severity: | major | Keywords: | http11 |
Cc: | Trac Release: | 0.11 |
Description
When starting tracd with option '--http11' AutocompleteUsersPlugin seems not to work.
No result is presented in browser, unless 'tracd' is stopped.
A little tracing showed as soon as HTTP connection is closed the result ist finally sent to the browser. With 'http10' connection is close after request, with 'http11' connection is kept open and result seems to be buffered.
It there any chance to get this plugin HTTP/1.1 compatible?
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
comment:3 Changed 14 years ago by
Owner: | changed from Jeff Hammel to Ryan J Ollos |
---|
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
It appears that the fix is #8970. See t:TracDev/ApiChanges/0.12#tracdandHTTP1.1.
Note: See
TracTickets for help on using
tickets.
I'm not sure exactly why the AutocompleteUsersPlugin wouldn't work with HTTP 1.1. I don't have any time to look at this right now, but if you can find anything in the source:autocompleteusersplugin/0.11 then any help would be appreciated