Hotfix: missing thaw routines for deprecated type ids: 6, 80
Ref. https://github.com/ptaoussanis/faraday/issues/98
This commit is contained in:
parent
9bac40e705
commit
c1d48c7ef9
1 changed files with 12 additions and 10 deletions
|
|
@ -1206,6 +1206,8 @@
|
|||
id-map-depr1 (apply hash-map
|
||||
(enc/repeatedly-into [] (* 2 (.readInt in))
|
||||
(fn [] (thaw-from-in! in))))
|
||||
id-serializable-depr1 (read-serializable in (read-utf8 in (read-lg-count in)))
|
||||
id-record-depr1 (read-record in (read-utf8 in (read-lg-count in)))
|
||||
;; -----------------------------------------------------------------
|
||||
|
||||
id-prefixed-custom (read-custom! in :prefixed (.readShort in))
|
||||
|
|
|
|||
Loading…
Reference in a new issue