fanout / django-eventstream

Server-Sent Events for Django
MIT License
638 stars 84 forks source link

Fix GRIP next uri when pushpin routes use path_beg and replace_beg #115

Open timomeara opened 1 year ago

timomeara commented 1 year ago
jkarneges commented 1 year ago

Thanks for the report and PR! The change seems reasonable, although I'd think proxying to any Django app by subpath would have this problem and I wonder if there isn't a more general solution. For example, prepending the value of get_script_prefix. What do you think?