Ticket #1 (closed enhancement: fixed)
Split out amf.py to amf0.py and amf3.py
| Reported by: | nick | Owned by: | nick |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1 Beta |
| Component: | Encoder | Version: | 0.1a |
| Keywords: | Cc: | ||
| Fixed in revision: | Branch: | ||
| Author: |
Description (last modified by nick) (diff)
amf.py contains implementations for both versions of the protocol. AMF3 is a bit more involved than AMF0 and it is wasteful to import all that unnecessary code if AMF0 is just the encoding of choice.
amf0 would 'know' of amf3 and import it at runtime if the relevant type is processed (0x11).
Change History
comment:2 Changed 3 years ago by nick
- Keywords review added
- Status changed from new to accepted
Ready for review in source:/branches/split-versions-1
Note: See
TracTickets for help on using
tickets.
