developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Closed 12 years ago
#712 closed bug (invalid)
Bad length in jResponseBinary
Reported by: | laurentj | Owned by: | laurentj |
---|---|---|---|
Priority: | high | Milestone: | Jelix 1.0.6 |
Component: | jelix:core response | Version: | 1.0.5 |
Severity: | critical | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
jResponseBinary use strlen to know the size of the binary content to send. It shouldn't.
Change History (1)
comment:1 Changed 12 years ago by laurentj
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
in fact, strlen does a good job for binary strings.