1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-26 18:10:29 +00:00
CC-Tweaked/projects/core
Jonathan Coates 9ea7f45fa7
Fix class cast exception with ObjectSource
We were generating methods with the original object, rather than the
extra one.

Updated our tests to actually catch this. Unfortunately the only places
we use this interface is in HTTP responses and transferred files,
neither of which show up in the Lua-side tests.
2023-07-07 18:05:02 +01:00
..
src Fix class cast exception with ObjectSource 2023-07-07 18:05:02 +01:00
build.gradle.kts Add support for proxying HTTP requests (#1461) 2023-06-06 18:58:24 +00:00