mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 13:49:09 +03:00
fix block page
This commit is contained in:
@@ -292,10 +292,6 @@ function nano.handle_start_transaction()
|
||||
|
||||
table.insert(nano.allocated_metadata, metadata)
|
||||
|
||||
-- Temporarily stop GC to ensure metadata isn't collected before it's used
|
||||
-- Handler will restart GC after send_data completes
|
||||
collectgarbage("stop")
|
||||
|
||||
return metadata
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user