Ticket #5211 defect closed invalid

Opened 22 months ago

Last modified 22 months ago

Truncated swf (Flash) files with StaticProducer transfer

Reported by: ssymo Owned by: ssymo
Priority: normal Milestone:
Component: web Keywords: StaticProducer
Cc: jknight Branch:
Author: Launchpad Bug:

Description

I use NoRangeStaticProducer to send web requested files. All works ok except for swf files. The swf file received by a standard browser (Firefox) is truncated on the first bytes. I attach the sended and the received file as example.

Attachments

svg_sent.swf Download (51.1 KB) - added by ssymo 22 months ago.
svg_received.swf Download (194 bytes) - added by ssymo 22 months ago.

Change History

1

  Changed 22 months ago by DefaultCC Plugin

  • cc jknight added

Changed 22 months ago by ssymo

Changed 22 months ago by ssymo

2

  Changed 22 months ago by exarkun

  • owner set to ssymo
  • milestone regular-releases deleted

Please be more specific than "use". Ideally, at least follow the guidelines given by < http://sscce.org/>.

3

in reply to: ↑ description   Changed 22 months ago by ssymo

  • status changed from new to closed
  • resolution set to fixed

Replying to ssymo:

I use NoRangeStaticProducer to send web requested files. All works ok except for swf files. The swf file received by a standard browser (Firefox) is truncated on the first bytes. I attach the sended and the received file as example.

Too fast reply :-). I fixed opening the file type as 'rb' in the place of 'r' (f = open(requestedfile, 'rb'))

4

  Changed 22 months ago by jknight

  • status changed from closed to reopened
  • resolution fixed deleted

5

  Changed 22 months ago by jknight

  • status changed from reopened to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.