From 285d7cad6a4b93cdeea469e6cc4504a934907746 Mon Sep 17 00:00:00 2001 From: Alex Chinn Date: Mon, 15 Aug 2016 17:08:46 -0400 Subject: Fix deadlock that can occur when child live thread tries to load a constant after writing to the stream. --- actionpack/test/fixtures/load_me.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 actionpack/test/fixtures/load_me.rb (limited to 'actionpack/test/fixtures/load_me.rb') diff --git a/actionpack/test/fixtures/load_me.rb b/actionpack/test/fixtures/load_me.rb new file mode 100644 index 0000000000..e516512a4e --- /dev/null +++ b/actionpack/test/fixtures/load_me.rb @@ -0,0 +1,2 @@ +class LoadMe +end -- cgit v1.2.3