Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19383876
D20073.id47933.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
731 B
Referenced Files
None
Subscribers
None
D20073.id47933.diff
View Options
diff --git a/src/aphront/configuration/AphrontApplicationConfiguration.php b/src/aphront/configuration/AphrontApplicationConfiguration.php
--- a/src/aphront/configuration/AphrontApplicationConfiguration.php
+++ b/src/aphront/configuration/AphrontApplicationConfiguration.php
@@ -109,6 +109,8 @@
PhabricatorStartup::beginStartupPhase('env.init');
+ self::readHTTPPOSTData();
+
try {
PhabricatorEnv::initializeWebEnvironment();
$database_exception = null;
@@ -152,8 +154,6 @@
'M' => idx($_SERVER, 'REQUEST_METHOD', '-'),
));
- self::readHTTPPOSTData();
-
DarkConsoleXHProfPluginAPI::hookProfiler();
// We just activated the profiler, so we don't need to keep track of
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 28 2025, 1:30 AM (15 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8795187
Default Alt Text
D20073.id47933.diff (731 B)
Attached To
Mode
D20073: Read POST data sightly earlier in request startup
Attached
Detach File
Event Timeline
Log In to Comment