[asterisk-bugs] [JIRA] (ASTERISK-28236) Support separated HTTP request

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Thu Feb 28 05:32:47 CST 2019


     [ https://issues.asterisk.org/jira/browse/ASTERISK-28236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua C. Colp updated ASTERISK-28236:
--------------------------------------

    Status: Waiting for Feedback  (was: Triage)

This change does not appear to work under Asterisk 13, and causes failures. You can see them at:

https://jenkins2.asterisk.org/job/asterisk-periodics-daily/job/13/239/#showFailuresLink

Specifically all the ARI failures. I narrowed it down to this change, which I now have a revert up for. Running manually shows that the code expected to read a set number of bytes, but got 0 and thus failed.

> Support separated HTTP request
> ------------------------------
>
>                 Key: ASTERISK-28236
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28236
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Core/HTTP
>    Affects Versions: 16.1.1
>            Reporter: sungtae kim
>            Assignee: sungtae kim
>            Severity: Minor
>
> Currently, the Asterisk does not support separated HTTP request.
> If the HTTP request divided into more than 2 messages, it response error. And it accepts only 4KB of message body.
> If the Asterisk accepts separated HTTP request and more length, it could be better.
> For the longer length, for example, asterisk accepts /channel/<channel id>/play ARI command with array of "media"s. The media might be string of URI. With current situation, the user can't set many 'media's if uri length is long.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list